Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def rebootorig():
|
|
26 |
else:
|
27 |
raise gr.Error("The Space has already been rebooted recently, please try again in 5 minutes.")
|
28 |
with gr.Blocks() as demo:
|
29 |
-
gr.Markdown("# Request a Reboot of OpenDalle v1.1 GPU Demo\n\nIs [the demo](https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo) not working? Request a reboot
|
30 |
btn = gr.Button("Reboot V1.1 GPU DEMO")
|
31 |
btn.click(reboot, outputs=[btn])
|
32 |
btnorig = gr.Button("Reboot V1 (original) GPU DEMO")
|
|
|
26 |
else:
|
27 |
raise gr.Error("The Space has already been rebooted recently, please try again in 5 minutes.")
|
28 |
with gr.Blocks() as demo:
|
29 |
+
gr.Markdown("# Request a Reboot of OpenDalle v1.1 GPU Demo\n\nIs [the demo](https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo) not working? Request a reboot!\n\nNOTE: Feel free to Duplicate this space and use it for your own projects. It's good to let your users reboot the Space if it goes down (link to it in a pinned Discussion, not your Space itself, since your Space will be inaccessible if it goes down). If you do duplicate, please link back to this original space. Thanks :)")
|
30 |
btn = gr.Button("Reboot V1.1 GPU DEMO")
|
31 |
btn.click(reboot, outputs=[btn])
|
32 |
btnorig = gr.Button("Reboot V1 (original) GPU DEMO")
|