Spaces:
Build error
Build error
diego2317 commited on
Commit ·
dc77a16
1
Parent(s): e9ad079
I can't figure out this errror I'm gonna crash out
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def chatbot(input):
|
|
| 15 |
reply = answer_query_with_context(input, database, database_embeddings)
|
| 16 |
return reply
|
| 17 |
except Exception as e:
|
| 18 |
-
return str(e)
|
| 19 |
|
| 20 |
# Create a Gradio interface
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|
|
|
|
| 15 |
reply = answer_query_with_context(input, database, database_embeddings)
|
| 16 |
return reply
|
| 17 |
except Exception as e:
|
| 18 |
+
return str(e)
|
| 19 |
|
| 20 |
# Create a Gradio interface
|
| 21 |
inputs = gr.Textbox(lines=7, label="Chat with AI")
|