Spaces:
Sleeping
Sleeping
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("
|
7 |
translator_to_en = GoogleTranslator(source='arabic', target='english')
|
8 |
translator_to_ar = GoogleTranslator(source='english', target='arabic')
|
9 |
|
|
|
3 |
from deep_translator import GoogleTranslator
|
4 |
|
5 |
# Initialize the InferenceClient and the translators
|
6 |
+
client = InferenceClient("Crackerjax2/mixbibi")
|
7 |
translator_to_en = GoogleTranslator(source='arabic', target='english')
|
8 |
translator_to_ar = GoogleTranslator(source='english', target='arabic')
|
9 |
|