Spaces:
Runtime error
Runtime error
mikonvergence
commited on
Commit
•
50b80c2
1
Parent(s):
8ec4396
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def create_demo():
|
|
86 |
example_button=gr.Button(value='Try example image!')#.style(full_width=False, size='sm')
|
87 |
|
88 |
with gr.Group():
|
89 |
-
with gr.
|
90 |
with gr.Column():
|
91 |
with gr.Row() as main_blocks:
|
92 |
with gr.Column() as step_1:
|
|
|
86 |
example_button=gr.Button(value='Try example image!')#.style(full_width=False, size='sm')
|
87 |
|
88 |
with gr.Group():
|
89 |
+
with gr.Group():
|
90 |
with gr.Column():
|
91 |
with gr.Row() as main_blocks:
|
92 |
with gr.Column() as step_1:
|