EmicoBinsfinder commited on
Commit
8e7188b
1 Parent(s): fd71939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -37,8 +37,6 @@ with gr.Blocks() as demo:
37
  txt.submit(add_text, [chatbot, txt], [chatbot, txt]).then(
38
  bot, chatbot, chatbot
39
  )
40
- btn.upload(add_file, [chatbot, btn], [chatbot]).then(
41
- bot, chatbot, chatbot
42
- )
43
 
44
  demo.launch()
 
37
  txt.submit(add_text, [chatbot, txt], [chatbot, txt]).then(
38
  bot, chatbot, chatbot
39
  )
40
+
 
 
41
 
42
  demo.launch()