Spaces:
Runtime error
Runtime error
Efreak
commited on
Commit
•
46a12f2
1
Parent(s):
6a7b963
add line break, update gradio
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 😈
|
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.31.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
app.py
CHANGED
@@ -101,7 +101,7 @@ interface = gr.Interface(
|
|
101 |
gr.Image(show_label=False),
|
102 |
],
|
103 |
title="Download a civitai model to your repo!",
|
104 |
-
description="Download a model from Civitai to your repo on HF. Hopefully will soon parse the modelid from the download url, then get the preview automatically from the api response (lets be realistic, this will never happen); in the meantime you need to provide the model id number from the download url , and the location of the preview file
|
105 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
106 |
allow_flagging="never",
|
107 |
live=False, # since i keep wondering, this prevents it from running again automatically when an input changes
|
|
|
101 |
gr.Image(show_label=False),
|
102 |
],
|
103 |
title="Download a civitai model to your repo!",
|
104 |
+
description="Download a model from Civitai to your repo on HF. Hopefully will soon parse the modelid from the download url, then get the preview automatically from the api response (lets be realistic, this will never happen); in the meantime you need to provide the model id number from the download url , and the location of the preview file.\n\nThis Space is a an experimental demo.",
|
105 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
106 |
allow_flagging="never",
|
107 |
live=False, # since i keep wondering, this prevents it from running again automatically when an input changes
|