Spaces:
Sleeping
Sleeping
shuhulhandoo
commited on
Commit
•
0972d04
1
Parent(s):
83575b4
Update app.py
Browse files
app.py
CHANGED
@@ -29,5 +29,5 @@ def swap(src_img, dst_img):
|
|
29 |
return output
|
30 |
if __name__ == '__main__':
|
31 |
# swap()
|
32 |
-
demo = gr.Interface(fn=
|
33 |
demo.launch()
|
|
|
29 |
return output
|
30 |
if __name__ == '__main__':
|
31 |
# swap()
|
32 |
+
demo = gr.Interface(fn=swap, inputs=["image", "image"], outputs="image")
|
33 |
demo.launch()
|