Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chandra10
/
question_tax_indo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chandra10
commited on
Oct 9, 2024
Commit
70eb83a
·
1 Parent(s):
eb43bfa
p
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ iface = gr.Interface(
26
)
27
28
# Jalankan interface Gradio
29
-
iface.launch()
26
)
27
28
# Jalankan interface Gradio
29
+
iface.launch(
share=True
)