Spaces:
Build error
Build error
DiffusionGPT
commited on
Commit
·
33064f8
1
Parent(s):
a92b7ac
Update app.py
Browse files
app.py
CHANGED
|
@@ -668,7 +668,7 @@ if __name__ == '__main__':
|
|
| 668 |
state = gr.State([])
|
| 669 |
with gr.Row():
|
| 670 |
with gr.Column():
|
| 671 |
-
apikey = gr.Textbox(label='apikey', value="
|
| 672 |
prompt = gr.Textbox(label='Prompt')
|
| 673 |
run_button = gr.Button('Generate Image')
|
| 674 |
|
|
|
|
| 668 |
state = gr.State([])
|
| 669 |
with gr.Row():
|
| 670 |
with gr.Column():
|
| 671 |
+
apikey = gr.Textbox(label='apikey', value="")
|
| 672 |
prompt = gr.Textbox(label='Prompt')
|
| 673 |
run_button = gr.Button('Generate Image')
|
| 674 |
|