ChenoAi commited on
Commit
000ba6f
·
verified ·
1 Parent(s): 9e0dc94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ interface = gr.Interface(
93
  gr.Markdown(label="Output"),
94
  gr.Image(show_label=False),
95
  ],
96
- theme=gr.themes.Base()
97
  title="Upload a Civitai Model to Hugging Face Repository",
98
  description="Upload a model file to your Hugging Face repository. Provide the source URL of the model, your repository information, and your write access token.",
99
  article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
 
93
  gr.Markdown(label="Output"),
94
  gr.Image(show_label=False),
95
  ],
96
+ theme=gr.themes.Base(),
97
  title="Upload a Civitai Model to Hugging Face Repository",
98
  description="Upload a model file to your Hugging Face repository. Provide the source URL of the model, your repository information, and your write access token.",
99
  article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",