DetGC commited on
Commit
d4cd866
·
verified ·
1 Parent(s): 70b21ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS)
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)
 
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)