broadfield-dev commited on
Commit
cd1f417
·
verified ·
1 Parent(s): 8e79676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import gradio as gr
2
- from gradio.components.multimodal_textbox import MultimodalTextbox as mt_mod
 
 
 
3
 
4
  print(mt_mod.EVENTS)
5
  #mt_mod.EVENTS=[]
 
1
  import gradio as gr
2
+ #from gradio.components.multimodal_textbox import MultimodalTextbox as mt_mod
3
+ import MultiModalTextbox_mods as mt_mod
4
+
5
+
6
 
7
  print(mt_mod.EVENTS)
8
  #mt_mod.EVENTS=[]