Fabrice-TIERCELIN commited on
Commit
0c78759
·
verified ·
1 Parent(s): f843efe

#print(NO_GPU_MESSAGE_INQUEUE)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def stage2_process(*args, **kwargs):
141
  print('Exception of type ' + str(type(e)))
142
  print("gradio.exceptions.Error: 'No GPU is currently available for you after 60s'")
143
  print('Exception of message ' + str(e))
144
- print(NO_GPU_MESSAGE_INQUEUE)
145
  if str(type(e)) == "<class 'gradio.exceptions.Error'>":
146
  print('Exception of name ' + type(e).__name__)
147
  raise e
 
141
  print('Exception of type ' + str(type(e)))
142
  print("gradio.exceptions.Error: 'No GPU is currently available for you after 60s'")
143
  print('Exception of message ' + str(e))
144
+ #print(NO_GPU_MESSAGE_INQUEUE)
145
  if str(type(e)) == "<class 'gradio.exceptions.Error'>":
146
  print('Exception of name ' + type(e).__name__)
147
  raise e