Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aksharasoman
/
chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aksharasoman
commited on
Mar 20, 2024
Commit
5d1de09
·
verified
·
1 Parent(s):
4de6624
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,5 +10,5 @@ def launch(msg):
10
iface = gr.Interface(launch,
11
inputs= gr.Textbox(),outputs="text")
12
13
-
iface.launch(
share=True
)
14
10
iface = gr.Interface(launch,
11
inputs= gr.Textbox(),outputs="text")
12
13
+
iface.launch()
14