Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alpha2002
/
English_Alpha_Darija
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alpha2002
commited on
Aug 17, 2024
Commit
9b44eb3
·
verified
·
1 Parent(s):
f848d51
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ interface = gr.Interface(fn=translate_gradio,
18
inputs="text",
19
outputs='text')
20
21
-
interface.launch()
18
inputs="text",
19
outputs='text')
20
21
+
interface.launch(
share=True
)