Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ramdane
/
jurischat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ramdane
commited on
Mar 16, 2024
Commit
1c186cc
·
verified
·
1 Parent(s):
87e4840
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ app = gr.Interface(
68
# Prevents caching conversation history
69
)
70
71
-
app.launch(
share=True,debug=True
)
68
# Prevents caching conversation history
69
)
70
71
+
app.launch()