Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
707f051
1
Parent(s):
14bb945
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,4 +94,5 @@ examples = [['desk.jpg']]
|
|
| 94 |
gr.Interface(inference, inputs=gr.inputs.Image(type="filepath"), outputs=gr.outputs.Image(type="pil"),enable_queue=True, title=title,
|
| 95 |
description=description,
|
| 96 |
article=article,
|
| 97 |
-
examples=examples
|
|
|
|
|
|
| 94 |
gr.Interface(inference, inputs=gr.inputs.Image(type="filepath"), outputs=gr.outputs.Image(type="pil"),enable_queue=True, title=title,
|
| 95 |
description=description,
|
| 96 |
article=article,
|
| 97 |
+
examples=examples
|
| 98 |
+
).launch()
|