Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akash-43
/
suomi_english
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akash-43
commited on
Oct 27, 2024
Commit
9d0b85b
·
verified
·
1 Parent(s):
b854dc9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ interface = gr.Interface(
26
)
27
28
# Launch the app
29
-
interface.launch()
26
)
27
28
# Launch the app
29
+
interface.launch(
share=True
)