Spaces:
Runtime error
Runtime error
Update default
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ if __name__ == "__main__":
|
|
91 |
]
|
92 |
demo = gr.Interface(inference,
|
93 |
inputs=[
|
94 |
-
gr.inputs.Textbox(lines=1, placeholder="Describe the content of the image", default="a
|
95 |
gr.inputs.Image(type="file", label="Style to be applied"),
|
96 |
],
|
97 |
outputs=gr.outputs.Image(type="pil"),
|
|
|
91 |
]
|
92 |
demo = gr.Interface(inference,
|
93 |
inputs=[
|
94 |
+
gr.inputs.Textbox(lines=1, placeholder="Describe the content of the image", default="a modern city with neon lights", label="Describe the image to which the style will be applied"),
|
95 |
gr.inputs.Image(type="file", label="Style to be applied"),
|
96 |
],
|
97 |
outputs=gr.outputs.Image(type="pil"),
|