Spaces:
Runtime error
Runtime error
Commit ·
04a5735
1
Parent(s): fb2a126
tesr
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def predict(input, history=[]):
|
|
| 34 |
# response = [response]
|
| 35 |
# return response, response
|
| 36 |
return response, response
|
| 37 |
-
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
chatbot = gr.Chatbot()
|
| 40 |
state = gr.State([])
|
|
|
|
| 34 |
# response = [response]
|
| 35 |
# return response, response
|
| 36 |
return response, response
|
| 37 |
+
#test edit
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
chatbot = gr.Chatbot()
|
| 40 |
state = gr.State([])
|