Update app.py
Browse files
app.py
CHANGED
@@ -93,10 +93,10 @@ with gr.Blocks() as app:
|
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
with gr.Row():
|
96 |
-
prompt_sky=gr.Textbox("Background",value="beautiful landscape, real, 8k")
|
97 |
btn_sky=gr.Button("Make")
|
98 |
with gr.Row():
|
99 |
-
prompt_star=gr.Textbox("Star")
|
100 |
btn_star=gr.Button("Make")
|
101 |
with gr.Row():
|
102 |
update_game=gr.Button("Use Image")
|
|
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
with gr.Row():
|
96 |
+
prompt_sky=gr.Textbox(label="Background",value="beautiful landscape, real, 8k")
|
97 |
btn_sky=gr.Button("Make")
|
98 |
with gr.Row():
|
99 |
+
prompt_star=gr.Textbox(label="Star",value="Star")
|
100 |
btn_star=gr.Button("Make")
|
101 |
with gr.Row():
|
102 |
update_game=gr.Button("Use Image")
|