Spaces:
Runtime error
Runtime error
test
#1
by
ManishLikesArt
- opened
app.py
CHANGED
@@ -302,8 +302,7 @@ if __name__ == "__main__":
|
|
302 |
if not args.no_gradio_queue:
|
303 |
block = block.queue()
|
304 |
|
305 |
-
|
306 |
-
with block:
|
307 |
with gr.Row():
|
308 |
with gr.Column():
|
309 |
input_image = gr.Image(
|
|
|
302 |
if not args.no_gradio_queue:
|
303 |
block = block.queue()
|
304 |
|
305 |
+
with block:
|
|
|
306 |
with gr.Row():
|
307 |
with gr.Column():
|
308 |
input_image = gr.Image(
|