Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import spaces
|
3 |
import torch
|
4 |
import gradio as gr
|
|
|
5 |
from transformers import pipeline
|
6 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
7 |
|
|
|
2 |
import spaces
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
+
import openai
|
6 |
from transformers import pipeline
|
7 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
8 |
|