Spaces:
Running on T4
Running on T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ def main():
|
|
| 255 |
image_input = gr.Image(type="pil", label="Test Image")
|
| 256 |
text_input = gr.Radio(["Brief", "Detailed"], label="Description Type", value="Brief")
|
| 257 |
|
| 258 |
-
run_button = gr.Button(
|
| 259 |
|
| 260 |
with gr.Column():
|
| 261 |
image_output = gr.Image(type="pil")
|
|
|
|
| 255 |
image_input = gr.Image(type="pil", label="Test Image")
|
| 256 |
text_input = gr.Radio(["Brief", "Detailed"], label="Description Type", value="Brief")
|
| 257 |
|
| 258 |
+
run_button = gr.Button("Run", visible=True)
|
| 259 |
|
| 260 |
with gr.Column():
|
| 261 |
image_output = gr.Image(type="pil")
|