Spaces:
Runtime error
Runtime error
BounharAbdelaziz
commited on
Commit
•
4490890
1
Parent(s):
cddd69e
new live link
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from gradio_client import Client
|
2 |
import gradio as gr
|
3 |
|
4 |
-
client = Client("https://
|
5 |
|
6 |
def respond(english_text):
|
7 |
darija_translated_text = client.predict(
|
|
|
1 |
from gradio_client import Client
|
2 |
import gradio as gr
|
3 |
|
4 |
+
client = Client("https://3795d75f0bb8f9419c.gradio.live/")
|
5 |
|
6 |
def respond(english_text):
|
7 |
darija_translated_text = client.predict(
|