Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import streamlit as st
|
|
| 4 |
from transformers import pipeline
|
| 5 |
from datasets import load_dataset
|
| 6 |
|
|
|
|
| 7 |
# Initialize the Hugging Face InferenceClient
|
| 8 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 9 |
|
|
|
|
| 4 |
from transformers import pipeline
|
| 5 |
from datasets import load_dataset
|
| 6 |
|
| 7 |
+
force_download=True
|
| 8 |
# Initialize the Hugging Face InferenceClient
|
| 9 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 10 |
|