Update apps/gradio_app.py
Browse files- apps/gradio_app.py +4 -4
apps/gradio_app.py
CHANGED
@@ -53,10 +53,10 @@ def create_gui():
|
|
53 |
"**Values greater than 4 are not recommended**. "
|
54 |
"Please ensure `Outer Scale` is greater than or equal to `Inner Scale` (default: 4)."
|
55 |
)
|
56 |
-
examples_data = load_examples()
|
57 |
-
if not examples_data:
|
58 |
-
|
59 |
-
submit_button = gr.Button("Run Inference")
|
60 |
|
61 |
with gr.Column(scale=3):
|
62 |
output_image = gr.Image(
|
|
|
53 |
"**Values greater than 4 are not recommended**. "
|
54 |
"Please ensure `Outer Scale` is greater than or equal to `Inner Scale` (default: 4)."
|
55 |
)
|
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(
|