Spaces:
Sleeping
Sleeping
chore: fixing image
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|
89 |
|
90 |
with gr.Row():
|
91 |
with gr.Column():
|
92 |
-
input_image = gr.Image(
|
93 |
text_prompts = gr.Textbox(label="Enter comma-separated prompts")
|
94 |
run_button = gr.Button(label="Run")
|
95 |
|
|
|
89 |
|
90 |
with gr.Row():
|
91 |
with gr.Column():
|
92 |
+
input_image = gr.Image(type="pil")
|
93 |
text_prompts = gr.Textbox(label="Enter comma-separated prompts")
|
94 |
run_button = gr.Button(label="Run")
|
95 |
|