Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Update app.py
Browse files
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="
|
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="ImPixGen Built by You :)")
|
112 |
|
113 |
with gr.Tab("txt2img"):
|
114 |
with gr.Row():
|