Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ 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=[]
|
|
|
6 |
print(mt_mod.EVENTS)
|
7 |
|
8 |
elem_id = "chat_input"
|
|
|
2 |
from gradio.components.multimodal_textbox import MultimodalTextbox as mt_mod
|
3 |
|
4 |
print(mt_mod.EVENTS)
|
5 |
+
#mt_mod.EVENTS=[]
|
6 |
+
mt_mod.EVENTS[3].has_trigger=False
|
7 |
print(mt_mod.EVENTS)
|
8 |
|
9 |
elem_id = "chat_input"
|