Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kamyar-zeinalipour
/
CS-mohadesse
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kamyar-zeinalipour
commited on
Jun 11
Commit
5cb8f75
·
verified
·
1 Parent(s):
cab9a43
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -252,4 +252,4 @@ with gr.Blocks(title="Paragraph Annotation Tool") as demo:
252
253
if __name__ == "__main__":
254
demo.queue()
255
-
demo.launch(
share=True
)
252
253
if __name__ == "__main__":
254
demo.queue()
255
+
demo.launch()