Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def main():
|
|
36 |
|
37 |
with gr.Row():
|
38 |
with gr.Column(scale=1):
|
39 |
-
image_input = gr.Image(type="pil", label="Low-Resolution Image"
|
40 |
prompt_input = gr.Textbox(label="Prompt", value="a white cat")
|
41 |
|
42 |
upload_btn = gr.Button("Upload and Upscale")
|
|
|
36 |
|
37 |
with gr.Row():
|
38 |
with gr.Column(scale=1):
|
39 |
+
image_input = gr.Image(type="pil", label="Low-Resolution Image")
|
40 |
prompt_input = gr.Textbox(label="Prompt", value="a white cat")
|
41 |
|
42 |
upload_btn = gr.Button("Upload and Upscale")
|