Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
btn = gr.Button("ηζθη¨Ώ")
|
34 |
gr.Examples(examples, inputs=[prompt])
|
35 |
with gr.Column():
|
36 |
-
result = gr.components.Textbox(label="ηζηθη¨Ώ")
|
37 |
btn.click(generate, inputs=[prompt], outputs=[result])
|
38 |
|
39 |
if __name__ == "__main__":
|
|
|
33 |
btn = gr.Button("ηζθη¨Ώ")
|
34 |
gr.Examples(examples, inputs=[prompt])
|
35 |
with gr.Column():
|
36 |
+
result = gr.components.Textbox(lines=15, label="ηζηθη¨Ώ")
|
37 |
btn.click(generate, inputs=[prompt], outputs=[result])
|
38 |
|
39 |
if __name__ == "__main__":
|