Spaces:
Running
Running
Commit
·
f8dff65
1
Parent(s):
f0b3275
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
46 |
|
47 |
|
48 |
if __name__ == "__main__":
|
49 |
-
demo.queue(
|
50 |
demo.launch()
|
51 |
|
|
|
46 |
|
47 |
|
48 |
if __name__ == "__main__":
|
49 |
+
demo.queue()
|
50 |
demo.launch()
|
51 |
|