Spaces:
Runtime error
Runtime error
Commit
·
d0af4d3
1
Parent(s):
716c584
Update app1.py
Browse files
app1.py
CHANGED
@@ -50,6 +50,12 @@ def convert_checkpoint(url, name, hf_token, image_size, scheduler_type, use_half
|
|
50 |
)
|
51 |
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
iface = gr.Interface(
|
|
|
50 |
)
|
51 |
|
52 |
|
53 |
+
|
54 |
+
|
55 |
+
except Exception as e:
|
56 |
+
output = str(e)
|
57 |
+
|
58 |
+
return output
|
59 |
|
60 |
|
61 |
iface = gr.Interface(
|