Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pushpikaLiyanagama
/
learning-style-identifier
like
0
Sleeping
App
Files
Files
Community
pushpikaLiyanagama
commited on
12 days ago
Commit
1196564
•
1 Parent(s):
b4231e5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ interface = gr.Interface(fn=predict,
38
live=True)
39
40
# Launch the interface
41
-
interface.launch()
38
live=True)
39
40
# Launch the interface
41
+
interface.launch(
share=True
)