Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
danielalves
/
ChatBot_rude
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
danielalves
commited on
Jul 19, 2023
Commit
10e6b2c
·
1 Parent(s):
2f366e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(fn=CustomChatGPT,
30
title="ChatBot Rude")
31
32
33
-
iface.launch(
share=True
)
30
title="ChatBot Rude")
31
32
33
+
iface.launch()