Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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):
|