Moustapha91 commited on
Commit
5ecff46
·
verified ·
1 Parent(s): 2feeb4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -23
app.py CHANGED
@@ -1,27 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
- """app.ipynb
3
 
4
- Automatically generated by Colab.
5
-
6
- Original file is located at
7
- https://colab.research.google.com/drive/1E-6YoHEsjoKc6FVXzQHbtnRja-68brYc
8
-
9
- numpy==1.23.5
10
- transformers
11
- datasets
12
- soundfile
13
- torch
14
- torchaudio
15
- sentencepiece
16
- speechbrain==0.5.16
17
- librosa
18
- """
19
-
20
- !pip install transformers datasets soundfile torch torchaudio sentencepiece speechbrain librosa
21
-
22
- !pip install -q gradio
23
-
24
- !pip install -q spaces
25
 
26
  import gradio as gr
27
  import torch
 
 
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  import gradio as gr
4
  import torch