hugoiabd commited on
Commit
e5149ce
1 Parent(s): b63a826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,11 +36,11 @@ demo = gr.Interface(fn=greet,
36
  ],
37
  outputs=[
38
  gr.Text(label="Salida (Base)"),
39
- gr.Number(label="Tiempo (Base)")
40
  gr.Text(label="Salida (Small)"),
41
- gr.Number(label="Tiempo (Small)")
42
  gr.Text(label="Salida (Base 1600)"),
43
- gr.Number(label="Tiempo (1600)")
44
  gr.Number(label="Tiempo")
45
  ])
46
  demo.launch()
 
36
  ],
37
  outputs=[
38
  gr.Text(label="Salida (Base)"),
39
+ gr.Number(label="Tiempo (Base)"),
40
  gr.Text(label="Salida (Small)"),
41
+ gr.Number(label="Tiempo (Small)"),
42
  gr.Text(label="Salida (Base 1600)"),
43
+ gr.Number(label="Tiempo (1600)"),
44
  gr.Number(label="Tiempo")
45
  ])
46
  demo.launch()