Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HMC-CIS/HMC-CIS-chatbot
AashitaK
/
HMC-CIS-chatbot-testing
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AashitaK
commited on
Mar 17
Commit
4068977
·
verified
·
1 Parent(s):
3349f78
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -79,5 +79,4 @@ iface = gr.Interface(fn=chatbot,
79
80
81
if __name__ == "__main__":
82
-
iface.launch(
share=True,
83
-
server_name="HMC CIS IT Helpdesk")
79
80
81
if __name__ == "__main__":
82
+
iface.launch(
)