Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hrshlgunjal
/
emotion-classifier-dl-genai-project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HarshalGunjalOp
commited on
19 days ago
Commit
1ff4c08
·
1 Parent(s):
165eba7
added share=true to the lauch function
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,4 +108,4 @@ demo = gr.Interface(
108
)
109
110
if __name__ == "__main__":
111
-
demo.launch(share=
true
)
108
)
109
110
if __name__ == "__main__":
111
+
demo.launch(share=
True
)