Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,10 +80,10 @@ demo = gr.Interface(
|
|
80 |
inputs=[gr.Image(type="pil",label="Environment"), gr.Textbox(label="Prompt", value="What is in the scene?")],
|
81 |
outputs=[gr.Textbox(label="Caption"), gr.Audio(type="numpy",label="Audio Feedback")],
|
82 |
css=".gradio-container {background-color: #002A5B}",
|
83 |
-
theme=gr.themes.Soft()
|
84 |
-
|
85 |
-
|
86 |
-
)
|
87 |
)
|
88 |
|
89 |
demo.launch()
|
|
|
80 |
inputs=[gr.Image(type="pil",label="Environment"), gr.Textbox(label="Prompt", value="What is in the scene?")],
|
81 |
outputs=[gr.Textbox(label="Caption"), gr.Audio(type="numpy",label="Audio Feedback")],
|
82 |
css=".gradio-container {background-color: #002A5B}",
|
83 |
+
theme=gr.themes.Soft() #.set(
|
84 |
+
# button_primary_background_fill="#AAAAAA",
|
85 |
+
# button_primary_border="*button_primary_background_fill_dark"
|
86 |
+
# )
|
87 |
)
|
88 |
|
89 |
demo.launch()
|