shweaung commited on
Commit
893d10a
Β·
verified Β·
1 Parent(s): 69375ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():