bbsgp commited on
Commit
e3ba095
·
1 Parent(s): bd12e30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
113
 
114
  model = gr.Dropdown(label="baseModel",choices=[model], default=model)
115
  finetuningLayer= gr.Dropdown(label="Finetuning Layer", choices=[finetuningLayer], default=finetuningLayer)
116
- prompt = gr.Textbox(label="Prompt", placeholder="photo of McDBigMac - it is unique identifier need to be used to identify burgers")
117
 
118
 
119
  with gr.Accordion("Advanced options", open=True):
 
113
 
114
  model = gr.Dropdown(label="baseModel",choices=[model], default=model)
115
  finetuningLayer= gr.Dropdown(label="Finetuning Layer", choices=[finetuningLayer], default=finetuningLayer)
116
+ prompt = gr.Textbox(label="Prompt", placeholder="photo of 10xFWD style, 2D flat illustration - it is unique identifier need to be used to identify 10xFWD")
117
 
118
 
119
  with gr.Accordion("Advanced options", open=True):