Ryouko65777 commited on
Commit
e9ce6f4
·
verified ·
1 Parent(s): 7c1fc84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():