ronniet commited on
Commit
37fe72d
1 Parent(s): 35a5116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,10 +67,10 @@ def predict(image):
67
 
68
  demo = gr.Interface(
69
  fn=predict,
70
- inputs=gr.Image(type="pil"),
71
  outputs=[gr.Textbox(label="Caption"), gr.Audio(type="numpy",label="Audio Feedback")],
72
  css=".gradio-container {background-color: #002A5B}",
73
- theme=gr.themes.Glass()
74
  )
75
 
76
  demo.launch()
 
67
 
68
  demo = gr.Interface(
69
  fn=predict,
70
+ inputs=gr.Image(type="pil",label="Environment"),
71
  outputs=[gr.Textbox(label="Caption"), gr.Audio(type="numpy",label="Audio Feedback")],
72
  css=".gradio-container {background-color: #002A5B}",
73
+ theme=gr.themes.Soft()
74
  )
75
 
76
  demo.launch()