Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wesleybiochat
/
biochattraining
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
wesleybiochat
commited on
Aug 31, 2023
Commit
dfd9995
·
1 Parent(s):
f27bedf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -14,5 +14,4 @@ iface = gr.Interface(fn=chatbot,
14
outputs="text",
15
title="Custom-trained AI Chatbot")
16
17
-
index = construct_index("docs")
18
iface.launch()
14
outputs="text",
15
title="Custom-trained AI Chatbot")
16
17
iface.launch()