Spaces:
Runtime error
Runtime error
user01
commited on
Commit
•
b64026d
1
Parent(s):
c98c876
[demo] gradio==3.14.0
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -13,7 +13,6 @@
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
|
16 |
-
import json
|
17 |
import gradio as gr
|
18 |
import wenet
|
19 |
|
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
|
|
|
16 |
import gradio as gr
|
17 |
import wenet
|
18 |
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
wenet @ git+https://github.com/wenet-e2e/wenet.git
|
2 |
-
gradio
|
3 |
httpx==0.24.1
|
|
|
1 |
wenet @ git+https://github.com/wenet-e2e/wenet.git
|
2 |
+
gradio==3.14.0
|
3 |
httpx==0.24.1
|