Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ context_session = ort.InferenceSession(context_model_file)
|
|
| 10 |
context_tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large-mnli")
|
| 11 |
|
| 12 |
# Initialize the Gradio client for the translation model
|
| 13 |
-
translation_client = Client("Frenchizer/
|
| 14 |
|
| 15 |
labels = [
|
| 16 |
"aerospace", "anatomy", "anthropology", "art",
|
|
|
|
| 10 |
context_tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large-mnli")
|
| 11 |
|
| 12 |
# Initialize the Gradio client for the translation model
|
| 13 |
+
translation_client = Client("Frenchizer/space_3") # Replace with your Space name
|
| 14 |
|
| 15 |
labels = [
|
| 16 |
"aerospace", "anatomy", "anthropology", "art",
|