Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ def generate_captions(image):
|
|
42 |
io = gr.Interface(
|
43 |
generate_captions,
|
44 |
inputs=[gr.Image(label="Input Image")],
|
45 |
-
outputs=[gr.Textbox(label="Output Captions", lines=10, show_copy_button=True)]
|
|
|
46 |
)
|
47 |
|
48 |
io.launch(debug=True)
|
|
|
42 |
io = gr.Interface(
|
43 |
generate_captions,
|
44 |
inputs=[gr.Image(label="Input Image")],
|
45 |
+
outputs=[gr.Textbox(label="Output Captions", lines=10, show_copy_button=True)],
|
46 |
+
theme="Yntec/HaleyCH_Theme_Orange"
|
47 |
)
|
48 |
|
49 |
io.launch(debug=True)
|