Spaces:
Sleeping
Sleeping
datasciencesage
commited on
Commit
·
6945e2a
1
Parent(s):
2922a45
Updated the requirements file
Browse files- main.py +0 -1
- requirements.txt +2 -1
main.py
CHANGED
@@ -7,7 +7,6 @@ import numpy as np
|
|
7 |
import librosa
|
8 |
import tensorflow_hub as hub
|
9 |
from flask import Flask, render_template, request, jsonify, session
|
10 |
-
from huggingface_hub import from_pretrained_keras
|
11 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
|
12 |
import keras
|
13 |
import torch
|
|
|
7 |
import librosa
|
8 |
import tensorflow_hub as hub
|
9 |
from flask import Flask, render_template, request, jsonify, session
|
|
|
10 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
|
11 |
import keras
|
12 |
import torch
|
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ torchaudio
|
|
9 |
pathlib
|
10 |
keras==3.7.0
|
11 |
uvicorn
|
12 |
-
tensorflow-hub
|
|
|
|
9 |
pathlib
|
10 |
keras==3.7.0
|
11 |
uvicorn
|
12 |
+
tensorflow-hub
|
13 |
+
jax
|