Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,6 @@ with gr.Blocks(title='Talk to AI-DHD') as demo:
|
|
189 |
inputs=[api,prompt_input, chat_history],
|
190 |
outputs=[api,chatbot, chat_history],
|
191 |
)
|
192 |
-
|
193 |
|
194 |
demo.launch(debug = True)
|
|
|
189 |
inputs=[api,prompt_input, chat_history],
|
190 |
outputs=[api,chatbot, chat_history],
|
191 |
)
|
192 |
+
)
|
193 |
|
194 |
demo.launch(debug = True)
|