hvoss-techfak commited on
Commit
735a33e
·
verified ·
1 Parent(s): 313e62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -842,10 +842,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
842
  "\nERROR: {}. This usually means the space has no free GPU "
843
  "minutes left, or the process took too long due to too many filaments or changed parameters. Please clone the docker container, run it locally or wait for a bit.\n".format(e)
844
  )
845
- gr.Error(
846
- "\nERROR: {}. This usually means the space has no free GPU "
847
- "minutes left, or the process took too long due to too many filaments or changed parameters. Please clone the docker container, run it locally or wait for a bit.\n".format(e)
848
- )
849
  # a non-zero code tells the outer loop something went wrong
850
  self.returncode = -1
851
 
 
842
  "\nERROR: {}. This usually means the space has no free GPU "
843
  "minutes left, or the process took too long due to too many filaments or changed parameters. Please clone the docker container, run it locally or wait for a bit.\n".format(e)
844
  )
845
+ gr.Error(
846
+ "ERROR: {}. This usually means the space has no free GPU "
847
+ "minutes left, or the process took too long due to too many filaments or changed parameters. Please clone the docker container, run it locally or wait for a bit.\n".format(e)
848
+ )
849
  # a non-zero code tells the outer loop something went wrong
850
  self.returncode = -1
851