Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,5 @@ def inference(img):
|
|
| 38 |
|
| 39 |
examples = [['input.jpg']]
|
| 40 |
|
| 41 |
-
gr.Interface(inference, inputs=gr.inputs.Image(type="file"), outputs=gr.outputs.Image(type="pil"),enable_queue=True,
|
| 42 |
-
description=description,
|
| 43 |
-
article=article,
|
| 44 |
examples=examples).launch()
|
|
|
|
| 38 |
|
| 39 |
examples = [['input.jpg']]
|
| 40 |
|
| 41 |
+
gr.Interface(inference, inputs=gr.inputs.Image(type="file"), outputs=gr.outputs.Image(type="pil"),enable_queue=True,
|
|
|
|
|
|
|
| 42 |
examples=examples).launch()
|