Spaces:
Runtime error
Runtime error
NimaBoscarino
commited on
Commit
·
a389c4e
1
Parent(s):
d60ed1f
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
|
4 |
hf_writer = gr.HuggingFaceDatasetSaver(
|
5 |
-
os.getenv('
|
6 |
organization="society-ethics",
|
7 |
dataset_name="featured-spaces-submissions",
|
8 |
private=True
|
|
|
2 |
import os
|
3 |
|
4 |
hf_writer = gr.HuggingFaceDatasetSaver(
|
5 |
+
os.getenv('HUGGING_FACE_HUB_TOKEN'),
|
6 |
organization="society-ethics",
|
7 |
dataset_name="featured-spaces-submissions",
|
8 |
private=True
|