Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def downloader(url, output_path, civitai_token):
|
|
20 |
logs.append("Download complete, but file not detected in the specified output path.")
|
21 |
return "\n".join(logs), None # Return None if file is not detected
|
22 |
|
23 |
-
with gr.Blocks(title="CivitAI Downloader") as app:
|
24 |
gr.Markdown("<h1> ⬇️ CivitAI Downloader ⬇️ </h1>")
|
25 |
|
26 |
with gr.Row():
|
|
|
20 |
logs.append("Download complete, but file not detected in the specified output path.")
|
21 |
return "\n".join(logs), None # Return None if file is not detected
|
22 |
|
23 |
+
with gr.Blocks(theme='Ryouko-Yamanda65777/ryo', title="CivitAI Downloader") as app:
|
24 |
gr.Markdown("<h1> ⬇️ CivitAI Downloader ⬇️ </h1>")
|
25 |
|
26 |
with gr.Row():
|