Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeonchangbin49
/
De-limiter
like
31
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
jeonchangbin49
commited on
Dec 4, 2023
Commit
2aaf85f
·
1 Parent(s):
f898ae8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -303,4 +303,4 @@ with gr.Blocks() as demo:
303
)
304
305
if __name__ == "__main__":
306
-
demo.launch(debug=True)
303
)
304
305
if __name__ == "__main__":
306
+
demo.launch(debug=True
, share=True
)