Victorlopo21 commited on
Commit
5aabe28
·
1 Parent(s): f993f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ Upload audio file version.
12
  Installing requirements.
13
  """
14
 
15
- !pip install gradio
16
- !pip install git+https://github.com/huggingface/transformers
17
 
18
  from transformers import pipeline
19
  import gradio as gr
 
12
  Installing requirements.
13
  """
14
 
15
+ #!pip install gradio
16
+ #!pip install git+https://github.com/huggingface/transformers
17
 
18
  from transformers import pipeline
19
  import gradio as gr