Spaces:
Running
Running
shweaung
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,8 @@ timeout = 100
|
|
15 |
|
16 |
article_text = """
|
17 |
<div style="text-align: center;">
|
18 |
-
<p>ဒီ Tool မှာ Train ထားသည့်
|
19 |
-
|
20 |
-
<div style="display: flex; justify-content: center;">
|
21 |
<a href="https://writtech.com/waloneai/walone-lora-library/">
|
22 |
<img src="https://writtech.com/waloneai/premium/lora.png"
|
23 |
alt="Buy Me a Coffee"
|
@@ -95,14 +94,14 @@ css = """
|
|
95 |
"""
|
96 |
|
97 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
98 |
-
gr.HTML("<center><h1>Walone AI Image
|
99 |
with gr.Column(elem_id="app-container"):
|
100 |
with gr.Row():
|
101 |
with gr.Column(elem_id="prompt-container"):
|
102 |
with gr.Row():
|
103 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
104 |
with gr.Row():
|
105 |
-
custom_lora = gr.Textbox(label="Custom
|
106 |
with gr.Row():
|
107 |
with gr.Accordion("Advanced Settings", open=False):
|
108 |
with gr.Row():
|
|
|
15 |
|
16 |
article_text = """
|
17 |
<div style="text-align: center;">
|
18 |
+
<p>ဒီ Tool မှာ Train ထားသည့် Custom Model များကို ထည့်သွင်းပြီးထုတ်နိုင်ပါတယ်</p>
|
19 |
+
<div style="display: flex; justify-content: center;">
|
|
|
20 |
<a href="https://writtech.com/waloneai/walone-lora-library/">
|
21 |
<img src="https://writtech.com/waloneai/premium/lora.png"
|
22 |
alt="Buy Me a Coffee"
|
|
|
94 |
"""
|
95 |
|
96 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
97 |
+
gr.HTML("<center><h1>Walone AI Image Custom</h1></center>")
|
98 |
with gr.Column(elem_id="app-container"):
|
99 |
with gr.Row():
|
100 |
with gr.Column(elem_id="prompt-container"):
|
101 |
with gr.Row():
|
102 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
103 |
with gr.Row():
|
104 |
+
custom_lora = gr.Textbox(label="Custom Model", info="Model path (Walone Model Library မှာ Model path များရနိုင်ပါတယ်)", placeholder="shweaung/vintage-ads-flux")
|
105 |
with gr.Row():
|
106 |
with gr.Accordion("Advanced Settings", open=False):
|
107 |
with gr.Row():
|