Spaces:
jfforero
/
Runtime error

jfforero commited on
Commit
dc1b3f3
·
verified ·
1 Parent(s): 47ef36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -93,8 +93,11 @@ interface = gr.Interface(
93
  outputs=[
94
  gr.Label("Acoustic Prediction", label="Acoustic Prediction"),
95
  gr.Label("Transcribed Text", label="Transcribed Text"),
96
- gr.Image(type='pil')
97
- ]
 
 
 
98
  )
99
 
100
  interface.launch()
 
93
  outputs=[
94
  gr.Label("Acoustic Prediction", label="Acoustic Prediction"),
95
  gr.Label("Transcribed Text", label="Transcribed Text"),
96
+ gr.Image(type='pil', label="Generated Image")
97
+ ],
98
+ title="Affective Virtual Environments",
99
+ description="Create an AVE using your voice."
100
+ )
101
  )
102
 
103
  interface.launch()