Spaces:
Runtime error
Runtime error
shweaung
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
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 LoRA Library ααΎα¬ Model path αα»α¬αΈαααα―ααΊαα«αααΊ)", placeholder="shweaung/mawc-cc")
|
105 |
with gr.Row():
|
|
|
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 ( English ααα―αα¬αα±αΈααα―α·ααα«αααΊ ) ", lines=2, elem_id="prompt-text-input")
|
103 |
with gr.Row():
|
104 |
custom_lora = gr.Textbox(label="Custom Model", info="Model path (Walone LoRA Library ααΎα¬ Model path αα»α¬αΈαααα―ααΊαα«αααΊ)", placeholder="shweaung/mawc-cc")
|
105 |
with gr.Row():
|