Spaces:
Paused
Paused
#print(NO_GPU_MESSAGE_INQUEUE)
Browse files
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
|