Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
remotewith
/
Mercer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
remotewith
commited on
Jul 2, 2023
Commit
4e654b6
·
1 Parent(s):
1127158
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -125,7 +125,7 @@ app1=gr.Interface(
125
126
],
127
outputs=[
128
-
(
gr.outputs.Textbox(label='Transcript')
129
130
]
131
)
125
126
],
127
outputs=[
128
+
gr.outputs.Textbox(label='Transcript')
129
130
]
131
)