ruanchaves commited on
Commit
5459125
·
1 Parent(s): 1860f86
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ inputs = [
119
  ]
120
 
121
  outputs = [
122
- gr.Label(label="Result")
123
  gr.Markdown(),
124
  ]
125
 
 
119
  ]
120
 
121
  outputs = [
122
+ gr.Label(label="Result"),
123
  gr.Markdown(),
124
  ]
125