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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -231,7 +231,8 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS)
231
  }
232
  """
233
 
234
-
 
235
  gr.Markdown("<script>" + makeItDark + "</script>")
236
 
237
  #demo.queue(default_concurrency_limit=200, max_size=200)
 
231
  }
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)