Spaces:
Running
on
A10G
Running
on
A10G
devingulliver
commited on
Commit
·
97699fe
1
Parent(s):
11a0843
Turn off endpoints
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green",secondary_hue="green", f
|
|
147 |
gr.HTML('<center><h1> </h1>Acknowledgements: Dendrokronos uses <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0">SDXL 1.0</a> for the underlying image generation and <a href="https://arxiv.org/abs/2305.20030">research by Yuxin Wen</a> for the watermark technology. Dendrokronos is a project by Devin Gulliver.</center>')
|
148 |
|
149 |
app.queue()
|
150 |
-
app.launch()
|
|
|
147 |
gr.HTML('<center><h1> </h1>Acknowledgements: Dendrokronos uses <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0">SDXL 1.0</a> for the underlying image generation and <a href="https://arxiv.org/abs/2305.20030">research by Yuxin Wen</a> for the watermark technology. Dendrokronos is a project by Devin Gulliver.</center>')
|
148 |
|
149 |
app.queue()
|
150 |
+
app.launch(show_api=False)
|