Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,5 @@ def infer(original_image):
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=infer,
|
24 |
-
title="Clarify",
|
25 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
26 |
outputs="image").launch(enable_queue=True)
|
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=infer,
|
|
|
24 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
25 |
outputs="image").launch(enable_queue=True)
|