Spaces:
Paused
Paused
Commit
·
16c8f31
1
Parent(s):
5e136d7
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def generate(prompt: str,
|
|
61 |
output_type='pil').images[0]
|
62 |
|
63 |
with gr.Blocks() as demo:
|
64 |
-
with gr.
|
65 |
with gr.Row():
|
66 |
prompt = gr.Text(
|
67 |
label='Prompt',
|
|
|
61 |
output_type='pil').images[0]
|
62 |
|
63 |
with gr.Blocks() as demo:
|
64 |
+
with gr.Box():
|
65 |
with gr.Row():
|
66 |
prompt = gr.Text(
|
67 |
label='Prompt',
|