Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datdevsteve
/
nivra-ai-agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
datdevsteve
commited on
about 1 month ago
Commit
935d99d
·
verified
·
1 Parent(s):
2f8be99
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -22,7 +22,4 @@ demo = gr.ChatInterface(
22
)
23
24
demo.queue()
25
-
demo.launch(
26
-
ssr_mode=False,
27
-
show_api=True
28
-
)
22
)
23
24
demo.queue()
25
+
demo.launch(
)