Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
|
111 |
prompt = gr.Textbox(
|
112 |
label = "Your prompt",
|
113 |
-
info = "Use your trigger words into a coherent prompt"
|
114 |
placeholde = "e.g: a triggerWordOne portrait in triggerWord2 style"
|
115 |
)
|
116 |
|
|
|
110 |
|
111 |
prompt = gr.Textbox(
|
112 |
label = "Your prompt",
|
113 |
+
info = "Use your trigger words into a coherent prompt",
|
114 |
placeholde = "e.g: a triggerWordOne portrait in triggerWord2 style"
|
115 |
)
|
116 |
|