Javedalam commited on
Commit
0296b4c
·
verified ·
1 Parent(s): c9e18f8

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("mistralai/Mixtral-8x7B-Instruct-v0.3")
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