Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -123,5 +123,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
123 |
|
124 |
# Main Execution
|
125 |
if __name__ == "__main__":
|
126 |
-
demo.queue(max_size=20)
|
127 |
-
demo.launch(share=True)
|
|
|
123 |
|
124 |
# Main Execution
|
125 |
if __name__ == "__main__":
|
126 |
+
demo.queue(max_size=20).launch
|
|