Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cogcorp
/
assignment1
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cogcorp
commited on
May 23, 2023
Commit
ebaad60
·
1 Parent(s):
f1125bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,6 +170,6 @@ with gr.Blocks() as demo:
170
171
172
173
-
demo.launch(share=
True
, debug=True, auth=None, auth_message=None)
174
175
170
171
172
173
+
demo.launch(share=
False
, debug=True, auth=None, auth_message=None)
174
175