Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skolvankar
/
meraspace
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
skolvankar
commited on
Nov 23, 2023
Commit
aced7b5
·
1 Parent(s):
530799e
Add application file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ iface = gr.Interface(
112
title = "COURSE Recommendation Chatbot: SWAYAM",
113
live=True,
114
)
115
-
iface.launch()
112
title = "COURSE Recommendation Chatbot: SWAYAM",
113
live=True,
114
)
115
+
iface.launch(
share=True
)