ronniet commited on
Commit
a4204a9
1 Parent(s): 4e9c470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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().set(
84
- button_primary_background_fill="#AAAAAA",
85
- button_primary_border="*button_primary_background_fill_dark"
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()