Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
-
import deep_translator
|
4 |
from deep_translator import GoogleTranslator
|
5 |
|
6 |
# Initialize the InferenceClient and the translators
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
|
|
3 |
from deep_translator import GoogleTranslator
|
4 |
|
5 |
# Initialize the InferenceClient and the translators
|