Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
from deep_translator import GoogleTranslator
|
4 |
|
5 |
# Initialize the InferenceClient and the translators
|
6 |
-
client = InferenceClient("mistralai/
|
7 |
translator_to_en = GoogleTranslator(source='hindi', target='english')
|
8 |
translator_to_ar = GoogleTranslator(source='english', target='hindi')
|
9 |
|
|
|
3 |
from deep_translator import GoogleTranslator
|
4 |
|
5 |
# Initialize the InferenceClient and the translators
|
6 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
7 |
translator_to_en = GoogleTranslator(source='hindi', target='english')
|
8 |
translator_to_ar = GoogleTranslator(source='english', target='hindi')
|
9 |
|