Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,9 @@ with gr.Blocks() as demo:
|
|
| 128 |
gr.Number(label="运行时长(s)")]
|
| 129 |
|
| 130 |
|
| 131 |
-
text_button.click(generate_answer, inputs=text_input, outputs=text_output)
|
|
|
|
|
|
|
| 132 |
|
| 133 |
|
| 134 |
|
|
|
|
| 128 |
gr.Number(label="运行时长(s)")]
|
| 129 |
|
| 130 |
|
| 131 |
+
text_button.click(generate_answer, inputs=text_input, outputs=text_output)
|
| 132 |
+
|
| 133 |
+
demo.launch()
|
| 134 |
|
| 135 |
|
| 136 |
|