Update app.py
Browse files
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>",
|