Spaces:
Runtime error
Runtime error
Commit
·
71e270f
1
Parent(s):
8c97ab4
updated name according to interface
Browse files- app (1).py +0 -4
app (1).py
CHANGED
@@ -69,10 +69,6 @@ with gr.Blocks() as demo:
|
|
69 |
first_prompt = gr.Textbox(label="first_prompt")
|
70 |
second_prompt = gr.Textbox(label="second_prompt")
|
71 |
greet_btn = gr.Button("Submit")
|
72 |
-
# gr.Markdown("## Text Examples")
|
73 |
-
# gr.Examples([['batman, dynamic lighting, photorealistic fantasy concept art, trending on art station, stunning visuals, terrifying, creative, cinematic',
|
74 |
-
# 'venom, dynamic lighting, photorealistic fantasy concept art, trending on art station, stunning visuals, terrifying, creative, cinematic'],
|
75 |
-
# ['A mouse', 'A leopard']], [first_prompt, second_prompt])
|
76 |
|
77 |
gr.Markdown("# Output Results")
|
78 |
output = gr.Image(shape=(512,512))
|
|
|
69 |
first_prompt = gr.Textbox(label="first_prompt")
|
70 |
second_prompt = gr.Textbox(label="second_prompt")
|
71 |
greet_btn = gr.Button("Submit")
|
|
|
|
|
|
|
|
|
72 |
|
73 |
gr.Markdown("# Output Results")
|
74 |
output = gr.Image(shape=(512,512))
|