Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dev-andres
/
test3
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GuillermoPuma
commited on
May 3, 2022
Commit
91aa820
·
1 Parent(s):
3dc3be1
add change
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -64,5 +64,4 @@ demo = gr.Interface(fn=transcribe, inputs=inputs, outputs=[output1,output2],
64
# live=True
65
)
66
67
-
if __name__ == "__main__":
68
-
demo.launch()
64
# live=True
65
)
66
67
+
demo.launch()