Spaces:
Runtime error
Runtime error
move promts
Browse files
app.py
CHANGED
@@ -232,10 +232,9 @@ with demo:
|
|
232 |

|
233 |
""")
|
234 |
|
235 |
-
with gr.
|
236 |
-
with gr.TabItem("Main"):
|
237 |
-
with gr.Row():
|
238 |
text = gr.Textbox(placeholder="Enter a description of a face", label='Text prompt', value="A beautiful girl by Greg Rutkowski")
|
|
|
239 |
with gr.TabItem("Settings"):
|
240 |
with gr.Row():
|
241 |
# with gr.Group():
|
|
|
232 |

|
233 |
""")
|
234 |
|
235 |
+
with gr.Row():
|
|
|
|
|
236 |
text = gr.Textbox(placeholder="Enter a description of a face", label='Text prompt', value="A beautiful girl by Greg Rutkowski")
|
237 |
+
with gr.Tabs():
|
238 |
with gr.TabItem("Settings"):
|
239 |
with gr.Row():
|
240 |
# with gr.Group():
|