Spaces:
Running
Running
transformers
Browse files
app.py
CHANGED
@@ -2,8 +2,6 @@ import os
|
|
2 |
import gradio as gr
|
3 |
from openai import OpenAI
|
4 |
import json
|
5 |
-
from transformers import pipeline
|
6 |
-
import soundfile as sf
|
7 |
|
8 |
|
9 |
OPEN_AI_KEY = os.getenv("OPEN_AI_KEY")
|
|
|
2 |
import gradio as gr
|
3 |
from openai import OpenAI
|
4 |
import json
|
|
|
|
|
5 |
|
6 |
|
7 |
OPEN_AI_KEY = os.getenv("OPEN_AI_KEY")
|
xx.js
ADDED
File without changes
|