GTimothee commited on
Commit
2210b78
·
verified ·
1 Parent(s): e0a5876

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -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)