Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ if uploaded_file is not None:
|
|
78 |
_ = huggingface_hub.upload_file(path_or_fileobj = 'out.png',
|
79 |
path_in_repo =f"generated_samples/{str(len(os.listdir('generated_samples')))}.png",
|
80 |
repo_id='AfrodreamsAI/afrodreams',
|
81 |
-
repo_type='
|
82 |
token=HF_TOKEN
|
83 |
)
|
84 |
|
|
|
78 |
_ = huggingface_hub.upload_file(path_or_fileobj = 'out.png',
|
79 |
path_in_repo =f"generated_samples/{str(len(os.listdir('generated_samples')))}.png",
|
80 |
repo_id='AfrodreamsAI/afrodreams',
|
81 |
+
repo_type='space',
|
82 |
token=HF_TOKEN
|
83 |
)
|
84 |
|