Spaces:
Running
Running
charliebaby2023
commited on
Commit
•
3394932
1
Parent(s):
44a8e9d
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def gen_fn(model_str, prompt):
|
|
45 |
|
46 |
def make_me():
|
47 |
with gr.Row():
|
48 |
-
txt_input = gr.Textbox(lines=2, value=kii
|
49 |
#txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
50 |
|
51 |
gen_button = gr.Button('Generate images', width=150, height=30)
|
|
|
45 |
|
46 |
def make_me():
|
47 |
with gr.Row():
|
48 |
+
txt_input = gr.Textbox(lines=2, value=kii)
|
49 |
#txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
50 |
|
51 |
gen_button = gr.Button('Generate images', width=150, height=30)
|