Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def make_me():
|
|
109 |
"""
|
110 |
)
|
111 |
|
112 |
-
with gr.Blocks(css=".toast-wrap {display: none}
|
113 |
make_me()
|
114 |
|
115 |
demo.queue(concurrency_count = 200)
|
|
|
109 |
"""
|
110 |
)
|
111 |
|
112 |
+
with gr.Blocks(css=".toast-wrap {display: none}") as demo:
|
113 |
make_me()
|
114 |
|
115 |
demo.queue(concurrency_count = 200)
|