Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,6 @@ with gr.Blocks() as demo:
|
|
211 |
)
|
212 |
|
213 |
audio = gr.Checkbox(interactive=True, value=False, label="Audio")
|
214 |
-
gr.Markdown(Note_markdown)
|
215 |
with gr.Column():
|
216 |
chat_state = gr.State()
|
217 |
img_list = gr.State()
|
|
|
211 |
)
|
212 |
|
213 |
audio = gr.Checkbox(interactive=True, value=False, label="Audio")
|
|
|
214 |
with gr.Column():
|
215 |
chat_state = gr.State()
|
216 |
img_list = gr.State()
|