charliebaby2023
commited on
Commit
•
41c7400
1
Parent(s):
53d3e25
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 {bottom:0%!important; top:auto!important; display:none!important; }") as demo:
|
113 |
make_me()
|
114 |
|
115 |
demo.queue(concurrency_count = 200)
|
|
|
109 |
"""
|
110 |
)
|
111 |
|
112 |
+
with gr.Blocks(css=".toast-wrap {position:absolute!important; bottom:0%!important; top:auto!important; display:none!important; }") as demo:
|
113 |
make_me()
|
114 |
|
115 |
demo.queue(concurrency_count = 200)
|