Fabrice-TIERCELIN commited on
Commit
bd160f2
·
verified ·
1 Parent(s): 46e1dcb
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -955,9 +955,7 @@ title_html = """
955
  """
956
 
957
  css = make_progress_bar_css()
958
- js = """
959
- """
960
- block = gr.Blocks(css=css, js=js).queue()
961
  with block:
962
  if torch.cuda.device_count() == 0:
963
  with gr.Row():
 
955
  """
956
 
957
  css = make_progress_bar_css()
958
+ block = gr.Blocks(css=css).queue()
 
 
959
  with block:
960
  if torch.cuda.device_count() == 0:
961
  with gr.Row():