Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ def manipulate(input_image, caption):
|
|
75 |
|
76 |
gr.Interface(fn=manipulate,
|
77 |
inputs=[gr.Image(type="pil"), "text"],
|
78 |
-
outputs="image",).launch(
|
|
|
75 |
|
76 |
gr.Interface(fn=manipulate,
|
77 |
inputs=[gr.Image(type="pil"), "text"],
|
78 |
+
outputs="image",).launch()
|