Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
| 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()
|