Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
-
|
|
|
4 |
class TextFileReader:
|
5 |
def __init__(self):
|
6 |
self.lines = []
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
HF_TOKEN = os.getenv('HW_Token')
|
4 |
+
hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "save_audio")
|
5 |
class TextFileReader:
|
6 |
def __init__(self):
|
7 |
self.lines = []
|