AI-DHD commited on
Commit
05cd6c3
·
1 Parent(s): bc16071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)