lukedjestic commited on
Commit
d333df2
1 Parent(s): c852275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=css) as demo:
108
  model = gr.Dropdown(interactive=True,value="sd_xl_base_1.0.safetensors [be9edd61]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
109
 
110
  with gr.Column(scale=1):
111
- gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI for SDXL V1.0.<br> Powered by Prodia. <br> It will not automatically save the image you generated so please don't forget the imnage that you like..")
112
 
113
  with gr.Tab("txt2img"):
114
  with gr.Row():
 
108
  model = gr.Dropdown(interactive=True,value="sd_xl_base_1.0.safetensors [be9edd61]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
109
 
110
  with gr.Column(scale=1):
111
+ gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI for SDXL V1.0.<br> Powered by Prodia. <br> It will not automatically save the image you generated so please don't forget the imnage that you like.")
112
 
113
  with gr.Tab("txt2img"):
114
  with gr.Row():