Crackerjax2 commited on
Commit
c861199
·
verified ·
1 Parent(s): f3ae1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("kiki7sun/mixtral-academic-finetune-QLoRA-0121")
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