Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ 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")
|
33 |
-
btnorig.click(rebootorig, outputs=[btnorig])
|
34 |
demo.launch()
|
|
|
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")
|
33 |
+
#btnorig.click(rebootorig, outputs=[btnorig])
|
34 |
demo.launch()
|