pralayasimha commited on
Commit
fdde0cc
1 Parent(s): 2e7bb9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -205,8 +205,6 @@ with gr.Blocks(css=css) as demo:
205
  with gr.Column(scale=6):
206
  model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
207
 
208
- with gr.Column(scale=1):
209
- 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).")
210
 
211
  with gr.Tabs() as tabs:
212
  with gr.Tab("txt2img", id='t2i'):
 
205
  with gr.Column(scale=6):
206
  model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
207
 
 
 
208
 
209
  with gr.Tabs() as tabs:
210
  with gr.Tab("txt2img", id='t2i'):