Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ with gr.Blocks() as demo:
|
|
44 |
|
45 |
|
46 |
input_text = gr.Textbox(label="Input", lines=6)
|
47 |
-
buton = gr.Button("Submit ")
|
48 |
-
buton.click(generate, inputs=[input_text], outputs=output_text)
|
49 |
output_text = gr.Textbox(lines=6, label="Output")
|
|
|
50 |
|
51 |
|
52 |
gr.HTML("""
|
|
|
44 |
|
45 |
|
46 |
input_text = gr.Textbox(label="Input", lines=6)
|
47 |
+
buton = gr.Button("Submit ")
|
|
|
48 |
output_text = gr.Textbox(lines=6, label="Output")
|
49 |
+
buton.click(generate, inputs=[input_text], outputs=output_text)
|
50 |
|
51 |
|
52 |
gr.HTML("""
|