Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yah216
/
Arabic_poem_classifier
like
2
Runtime error
App
Files
Files
Community
Yah216
commited on
May 29, 2022
Commit
9f6b402
·
1 Parent(s):
c9f72b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ interface = gr.Interface.load("huggingface/Yah216/Arabic_poem_meter_3",
9
examples=examples
10
)
11
12
-
interface.launch()
9
examples=examples
10
)
11
12
+
interface.launch(
share=True
)