Update app.py
Browse files
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=[]
|