Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
|
|
270 |
print('finish')
|
271 |
return "Optimization finished!"
|
272 |
except:
|
273 |
-
return "CUDA out of memory, try another picture."
|
274 |
|
275 |
|
276 |
def immediate_update():
|
|
|
270 |
print('finish')
|
271 |
return "Optimization finished!"
|
272 |
except:
|
273 |
+
return "CUDA out of memory, use a smaller batch size or try another picture."
|
274 |
|
275 |
|
276 |
def immediate_update():
|