0xp0rtals commited on
Commit
981ed8c
1 Parent(s): cfd3d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -157,24 +157,6 @@ def main():
157
  Most images should load within 2 minutes.<br>
158
  Some models become stuck on certain prompts, and refreshing the page seems to fix it.<br><br>
159
  </h4></div>""")
160
- with gr.Tab("DIY"):
161
- gr.HTML("""<div style="text-align:Left;">
162
- <h4>Copy/Paste this code in your app.py file<br><br>
163
- import gradio as gr<br>
164
- max_d=gr.Interface.load("spaces/Omnibus/maximum_diffusion")<br>
165
- max_d.launch()<br>
166
- </h4></div>""")
167
- with gr.Tab("Credits"):
168
- with gr.Row():
169
- gr.Column()
170
- with gr.Column(style="text-align:left;"):
171
- gr.HTML("""
172
- <div style="vertical-align:center">
173
- <br>
174
- This is Teh Wae
175
- </div>
176
- """)
177
- gr.Column()
178
  with gr.Tab("Tools"):
179
  with gr.Tab("View"):
180
  with gr.Row():
 
157
  Most images should load within 2 minutes.<br>
158
  Some models become stuck on certain prompts, and refreshing the page seems to fix it.<br><br>
159
  </h4></div>""")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  with gr.Tab("Tools"):
161
  with gr.Tab("View"):
162
  with gr.Row():