Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ def query(inputs):
|
|
16 |
image = Image.open(io.BytesIO(image_bytes))
|
17 |
return image
|
18 |
|
19 |
-
with gr.Blocks() as demo:
|
20 |
-
gr.Markdown("
|
21 |
|
22 |
with gr.Row():
|
23 |
prompt_input = gr.Textbox(label="Enter a prompt", placeholder="Astronaut riding a horse")
|
|
|
16 |
image = Image.open(io.BytesIO(image_bytes))
|
17 |
return image
|
18 |
|
19 |
+
with gr.Blocks(theme="Hev832/niceandsimple") as demo:
|
20 |
+
gr.Markdown("# kana arima serverless")
|
21 |
|
22 |
with gr.Row():
|
23 |
prompt_input = gr.Textbox(label="Enter a prompt", placeholder="Astronaut riding a horse")
|