tmdwo commited on
Commit
7c6cd5b
·
verified ·
1 Parent(s): b1c7049

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -623,14 +623,14 @@ with gr.Blocks() as demo:
623
 
624
  @spaces.GPU
625
  def run_spaces():
626
- demo.launch(ssr=False, css="""
627
  #col-container { margin: 0 auto; max-width: 1200px; }
628
  #main-title h1 { font-size: 2.1em !important; }
629
  .layer-button { margin: 2px; }
630
  """)
631
 
632
  def run_local():
633
- demo.launch(show_error=True, ssr=False, css="""
634
  #col-container { margin: 0 auto; max-width: 1200px; }
635
  #main-title h1 { font-size: 2.1em !important; }
636
  .layer-button { margin: 2px; }
 
623
 
624
  @spaces.GPU
625
  def run_spaces():
626
+ demo.launch(css="""
627
  #col-container { margin: 0 auto; max-width: 1200px; }
628
  #main-title h1 { font-size: 2.1em !important; }
629
  .layer-button { margin: 2px; }
630
  """)
631
 
632
  def run_local():
633
+ demo.launch(show_error=True, css="""
634
  #col-container { margin: 0 auto; max-width: 1200px; }
635
  #main-title h1 { font-size: 2.1em !important; }
636
  .layer-button { margin: 2px; }