Update app.py
Browse files
app.py
CHANGED
@@ -128,8 +128,8 @@ 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 |
-
demo.launch()
|
134 |
|
135 |
|
|
|
128 |
gr.Number(label="运行时长(s)")]
|
129 |
|
130 |
|
131 |
+
text_button.click(generate_answer, inputs=text_input, outputs=text_output).launch()
|
132 |
+
|
133 |
|
|
|
134 |
|
135 |
|