Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mituuu
/
NLPWebHW1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mituuu
commited on
Nov 7, 2024
Commit
3fd72b4
·
verified
·
1 Parent(s):
53bb987
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,4 +35,4 @@ demo = gr.Interface(
35
outputs=["text"],
36
)
37
## YOUR_CODE_ENDS_HERE
38
-
demo.launch(
share=True
)
35
outputs=["text"],
36
)
37
## YOUR_CODE_ENDS_HERE
38
+
demo.launch()