Spaces:
Running
Running
test 2
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ examples = [['./input.jpg'],]
|
|
66 |
demo = gr.Interface(
|
67 |
fn=process,
|
68 |
inputs=[
|
69 |
-
gr.
|
70 |
-
gr.
|
71 |
],
|
72 |
outputs="image",
|
73 |
examples=examples,
|
|
|
66 |
demo = gr.Interface(
|
67 |
fn=process,
|
68 |
inputs=[
|
69 |
+
gr.Image(type="numpy", label="Upload Image"),
|
70 |
+
gr.Textbox(label="Image URL")
|
71 |
],
|
72 |
outputs="image",
|
73 |
examples=examples,
|