Update apps/gradio_app.py
Browse files- 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 |
-
|
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(
|