Omnibus commited on
Commit
c6942df
·
1 Parent(s): 1bcac15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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>Copy/Paste this code in your app.py file<br><br>
 
194
  import gradio as gr<br>
195
- max_d=gr.Interface.load("spaces/Omnibus/maximum_diffusion")<br>
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"):