Spaces:
Runtime error
Runtime error
add counter
Browse files
app.py
CHANGED
@@ -229,6 +229,7 @@ with demo:
|
|
229 |
### by [Alex Spirin](https://linktr.ee/devdef)
|
230 |
Gradio Blocks demo for CLIP Guided Diffusion. To use it, simply add your text, or click one of the examples to load them.
|
231 |
Based on the original [Space](https://huggingface.co/spaces/EleutherAI/clip-guided-diffusion) by akhaliq.
|
|
|
232 |
""")
|
233 |
|
234 |
with gr.Row():
|
|
|
229 |
### by [Alex Spirin](https://linktr.ee/devdef)
|
230 |
Gradio Blocks demo for CLIP Guided Diffusion. To use it, simply add your text, or click one of the examples to load them.
|
231 |
Based on the original [Space](https://huggingface.co/spaces/EleutherAI/clip-guided-diffusion) by akhaliq.
|
232 |
+

|
233 |
""")
|
234 |
|
235 |
with gr.Row():
|