katsukiai commited on
Commit
4e94952
·
verified ·
1 Parent(s): ec8a358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", show_progress=False)
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])