Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GTimothee
/
hf_speech2text_tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GTimothee
commited on
Jan 30
Commit
2210b78
·
verified
·
1 Parent(s):
e0a5876
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
from smolagents import launch_gradio_demo
2
-
from typing import Optional
3
-
from tool import HFSpeech2TextFromFile
4
-
5
-
tool = HFSpeech2TextFromFile()
6
-
7
-
launch_gradio_demo(tool)