Blane187 commited on
Commit
0633c46
1 Parent(s): 4815fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("## Generate an Image using Hugging Face Model")
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")