Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,9 +190,10 @@ with gr.Blocks(css="cake.css") as myface:
|
|
| 190 |
</h4></center>""")
|
| 191 |
with gr.Tab("DIY"):
|
| 192 |
gr.HTML("""<div style="text-align:Left;">
|
| 193 |
-
<h4>
|
|
|
|
| 194 |
import gradio as gr<br>
|
| 195 |
-
max_d=gr.Interface.load("spaces/Omnibus/
|
| 196 |
max_d.launch()<br>
|
| 197 |
</h4></div>""")
|
| 198 |
with gr.Tab("Credits"):
|
|
|
|
| 190 |
</h4></center>""")
|
| 191 |
with gr.Tab("DIY"):
|
| 192 |
gr.HTML("""<div style="text-align:Left;">
|
| 193 |
+
<h4>Easy Clone:<br><br>
|
| 194 |
+
Copy/Paste this code in your new app.py file<br><br>
|
| 195 |
import gradio as gr<br>
|
| 196 |
+
max_d=gr.Interface.load("spaces/Omnibus/Top-20-Diffusion")<br>
|
| 197 |
max_d.launch()<br>
|
| 198 |
</h4></div>""")
|
| 199 |
with gr.Tab("Credits"):
|