0xp0rtals commited on
Commit
3b65d66
1 Parent(s): 981ed8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def main():
185
  gr.ImagePaint(label="Draw", interactive=True)
186
 
187
  with gr.Row():
188
- input_text=gr.Textbox(label="Short Prompt")(text=mandalorian helmet)
189
  see_prompts=gr.Button("Magic Prompt")
190
  with gr.Row():
191
  prompt=gr.Textbox(label="Text to Image")
 
185
  gr.ImagePaint(label="Draw", interactive=True)
186
 
187
  with gr.Row():
188
+ input_text=gr.Textbox(label="Short Prompt")
189
  see_prompts=gr.Button("Magic Prompt")
190
  with gr.Row():
191
  prompt=gr.Textbox(label="Text to Image")