openfree commited on
Commit
553a69c
โ€ข
1 Parent(s): 6311cc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -133,13 +133,13 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
133
 
134
  with gr.Row():
135
  prompt = gr.Textbox(
136
- label="Text Prompt (ํ•œ๊ธ€ ๋˜๋Š” ์˜์–ด๋กœ ์ž…๋ ฅํ•˜์„ธ์š”)",
137
  show_label=False,
138
  max_lines=1,
139
- placeholder="ํ”„๋กฌํ”„ํŠธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š” (Enter your prompt in Korean or English)",
140
  container=False
141
  )
142
- polish_button = gr.Button("์ œ์ถœ! (Submit!)", scale=0)
143
 
144
  output_img = gr.Image(label="Output Image", show_label=False)
145
 
 
133
 
134
  with gr.Row():
135
  prompt = gr.Textbox(
136
+ label="Text Prompt",
137
  show_label=False,
138
  max_lines=1,
139
+ placeholder="Enter your prompt in Korean or English",
140
  container=False
141
  )
142
+ polish_button = gr.Button("Submit", scale=0)
143
 
144
  output_img = gr.Image(label="Output Image", show_label=False)
145