Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,6 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
110 |
chatbot.change(None,[chatbot],[],js=js)
|
111 |
msg = gr.Textbox()
|
112 |
with gr.Row():
|
113 |
-
submit = gr.Button(call_generate_text,[msg, chatbot],[msg, chatbot])
|
114 |
clear = gr.ClearButton([msg, chatbot])
|
115 |
gr.HTML("""
|
116 |
<br>
|
|
|
110 |
chatbot.change(None,[chatbot],[],js=js)
|
111 |
msg = gr.Textbox()
|
112 |
with gr.Row():
|
|
|
113 |
clear = gr.ClearButton([msg, chatbot])
|
114 |
gr.HTML("""
|
115 |
<br>
|