Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chaozn
/
face_emotion_classifier
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
charlesouazana
commited on
May 17, 2023
Commit
05599c3
·
1 Parent(s):
422a16d
share=True missing in launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ examples = ['untitled.jpg']
17
18
19
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
-
iface.launch()
17
18
19
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
+
iface.launch(
share=True
)