danhtran2mind commited on
Commit
f94b901
·
verified ·
1 Parent(s): 17399e3

Update apps/gradio_app.py

Browse files
Files changed (1) hide show
  1. apps/gradio_app.py +1 -1
apps/gradio_app.py CHANGED
@@ -56,7 +56,7 @@ def create_gui():
56
  # examples_data = load_examples()
57
  # if not examples_data:
58
  # gr.Warning("No examples found. Check the 'apps/assets/examples' directory.")
59
- # submit_button = gr.Button("Run Inference")
60
 
61
  with gr.Column(scale=3):
62
  output_image = gr.Image(
 
56
  # examples_data = load_examples()
57
  # if not examples_data:
58
  # gr.Warning("No examples found. Check the 'apps/assets/examples' directory.")
59
+ submit_button = gr.Button("Run Inference")
60
 
61
  with gr.Column(scale=3):
62
  output_image = gr.Image(