Spaces:
Runtime error
Runtime error
setup duplicate button
Browse files
app.py
CHANGED
|
@@ -91,7 +91,8 @@ with gr.Blocks() as demo:
|
|
| 91 |
In the dropdown you will see models that you have liked on HuggingFace. Only models that you've likes and fit the criteria for this app will display in the dropdown. You can navigate [here](https://huggingface.co/models?pipeline_tag=text-to-image&library=diffusers,safetensors&sort=trending) to get models that will work with this app. Go to the model card and like it; then upon refreshing this app you will see this model in the dropdown.
|
| 92 |
|
| 93 |
|
| 94 |
-
For faster inference, you
|
|
|
|
| 95 |
|
| 96 |
""")
|
| 97 |
gr.LoginButton()
|
|
|
|
| 91 |
In the dropdown you will see models that you have liked on HuggingFace. Only models that you've likes and fit the criteria for this app will display in the dropdown. You can navigate [here](https://huggingface.co/models?pipeline_tag=text-to-image&library=diffusers,safetensors&sort=trending) to get models that will work with this app. Go to the model card and like it; then upon refreshing this app you will see this model in the dropdown.
|
| 92 |
|
| 93 |
|
| 94 |
+
For faster inference, you can duplicate the space and upgrade the hardware resources!
|
| 95 |
+
[](https://huggingface.co/spaces/aroffe/comparing-diffusion-models?duplicate=true)
|
| 96 |
|
| 97 |
""")
|
| 98 |
gr.LoginButton()
|