Update app.py
Browse files
app.py
CHANGED
|
@@ -92,10 +92,10 @@ def star_fn(inp):
|
|
| 92 |
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():
|
|
|
|
| 92 |
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():
|