Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BounharAbdelaziz
/
Morocco-Fast-Speech-to-Text-Transcription
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BounharAbdelaziz
commited on
Mar 13
Commit
13be506
·
1 Parent(s):
cbd6186
app file
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
from utils import create_interface
2
+
3
+
if __name__ == "__main__":
4
+
5
+
# Create the Gradio interface
6
+
app = create_interface()
7
+
# Launch the app
8
+
app.launch()