Spaces:
Sleeping
Sleeping
Ankit Yadav commited on
Commit ·
5eaf574
1
Parent(s): b47bd05
Jarvis Model
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 111 |
# elem_classes="audio")
|
| 112 |
with gr.Row():
|
| 113 |
translate_btn = gr.Button("Response")
|
| 114 |
-
translate_btn.click(fn=
|
| 115 |
outputs=output_text, api_name="translate")
|
| 116 |
|
| 117 |
gr.Markdown(MORE)
|
|
|
|
| 111 |
# elem_classes="audio")
|
| 112 |
with gr.Row():
|
| 113 |
translate_btn = gr.Button("Response")
|
| 114 |
+
translate_btn.click(fn=generate1, inputs=user_input,
|
| 115 |
outputs=output_text, api_name="translate")
|
| 116 |
|
| 117 |
gr.Markdown(MORE)
|