Spaces:
Runtime error
Runtime error
shweaung commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,10 +203,10 @@ css = """
|
|
| 203 |
with gr.Blocks(css=css) as demo:
|
| 204 |
with gr.Row():
|
| 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="
|
| 210 |
|
| 211 |
with gr.Tabs() as tabs:
|
| 212 |
with gr.Tab("txt2img", id='t2i'):
|
|
|
|
| 203 |
with gr.Blocks(css=css) as demo:
|
| 204 |
with gr.Row():
|
| 205 |
with gr.Column(scale=6):
|
| 206 |
+
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Walone Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
| 207 |
|
| 208 |
with gr.Column(scale=1):
|
| 209 |
+
gr.Markdown(elem_id="powered-by-prodia", value="Walone Stable Diffusion AI.<br>Powered by Infinity Tech( နိုင်ငံတကာမှ AI Model တွေကို အသုံးပြုထားတာကြောင့် Prompt တွေကို English လိုသာ ရေးရပါမယ် )")
|
| 210 |
|
| 211 |
with gr.Tabs() as tabs:
|
| 212 |
with gr.Tab("txt2img", id='t2i'):
|