Spaces:
Running
on
Zero
Running
on
Zero
lzyhha
commited on
Commit
·
4220bf7
1
Parent(s):
b97b9f3
test
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ def create_demo(model):
|
|
332 |
upsampling_steps=upsampling_steps, upsampling_noise=upsampling_noise
|
333 |
)
|
334 |
except Exception as e:
|
335 |
-
raise gr.Error('Process error. Possible that the task examples have not finished loading yet. Error: ' + e)
|
336 |
|
337 |
output = gr.update(
|
338 |
elem_id='output_gallery',
|
|
|
332 |
upsampling_steps=upsampling_steps, upsampling_noise=upsampling_noise
|
333 |
)
|
334 |
except Exception as e:
|
335 |
+
raise gr.Error('Process error. Possible that the task examples have not finished loading yet. Error: ' + str(e))
|
336 |
|
337 |
output = gr.update(
|
338 |
elem_id='output_gallery',
|