Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darkc0de
/
Chat
like
68
Running
App
Files
Files
Community
1
darkc0de
commited on
Jan 16
Commit
fe1e99f
·
verified
·
1 Parent(s):
37eafdb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ demo = gr.ChatInterface(
40
)
41
42
if __name__ == "__main__":
43
-
demo.launch()
40
)
41
42
if __name__ == "__main__":
43
+
demo.launch(
show_api=False, show_tips=False, share=False
)