Update app.py
Browse files
app.py
CHANGED
@@ -232,8 +232,8 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS)
|
|
232 |
"""
|
233 |
|
234 |
|
235 |
-
|
236 |
-
|
237 |
|
238 |
#demo.queue(default_concurrency_limit=200, max_size=200)
|
239 |
demo.launch(show_api=False, max_threads=400)
|
|
|
232 |
"""
|
233 |
|
234 |
|
235 |
+
with gr.Blocks() as demo:
|
236 |
+
gr.Markdown("<script>" + makeItDark + "</script>")
|
237 |
|
238 |
#demo.queue(default_concurrency_limit=200, max_size=200)
|
239 |
demo.launch(show_api=False, max_threads=400)
|