Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
|
|
82 |
|
83 |
with gr.Tab("Generate"):
|
84 |
text_input = gr.Textbox(label="Enter text")
|
85 |
-
output_message = gr.Textbox(label="Status message"
|
86 |
json_file_downloader = gr.File(label="Download JSON", interactive=False)
|
87 |
generate_button = gr.Button("Generate and Upload")
|
88 |
generate_button.click(fn=generate_and_upload, inputs=text_input, outputs=[output_message, json_file_downloader])
|
|
|
82 |
|
83 |
with gr.Tab("Generate"):
|
84 |
text_input = gr.Textbox(label="Enter text")
|
85 |
+
output_message = gr.Textbox(label="Status message")
|
86 |
json_file_downloader = gr.File(label="Download JSON", interactive=False)
|
87 |
generate_button = gr.Button("Generate and Upload")
|
88 |
generate_button.click(fn=generate_and_upload, inputs=text_input, outputs=[output_message, json_file_downloader])
|