Spaces:
Sleeping
Sleeping
Commit ·
5aabe28
1
Parent(s): f993f53
Update app.py
Browse files
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
|