Rooni commited on
Commit
13324c1
·
1 Parent(s): e1f531f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -212,8 +212,7 @@ with gr.Blocks(css=css) as demo:
212
  model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
213
 
214
  with gr.Column(scale=1):
215
- gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).<br>For more features and faster generation times check out our [API Docs](https://docs.prodia.com/reference/getting-started-guide).")
216
-
217
 
218
  with gr.Tabs() as tabs:
219
  with gr.Tab("txt2img", id='t2i'):
 
212
  model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
213
 
214
  with gr.Column(scale=1):
215
+
 
216
 
217
  with gr.Tabs() as tabs:
218
  with gr.Tab("txt2img", id='t2i'):