Spaces:
Runtime error
Runtime error
Commit
·
09ce3ca
1
Parent(s):
b8a8801
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,4 +37,5 @@ demo=gr.Interface(fn=predict,
|
|
| 37 |
outputs=gr.Image(type='pil'),
|
| 38 |
title=title ,
|
| 39 |
examples=example_list,
|
| 40 |
-
description=description)
|
|
|
|
|
|
| 37 |
outputs=gr.Image(type='pil'),
|
| 38 |
title=title ,
|
| 39 |
examples=example_list,
|
| 40 |
+
description=description)
|
| 41 |
+
demo.launch(debug=False)
|