Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
micknikolic
/
speech-to-text
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
micknikolic
commited on
Nov 27, 2023
Commit
e2ab019
Β·
1 Parent(s):
640b224
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -68,6 +68,7 @@ gr_interface = gr.Interface(
68
"textbox",
69
"state"
70
],
71
live=True
72
)
73
68
"textbox",
69
"state"
70
],
71
+
theme="dark",
72
live=True
73
)
74