nevreal commited on
Commit
0fa4199
1 Parent(s): f5a7f0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,7 +5,7 @@ import io
5
  import os
6
 
7
 
8
- API_URL = "https://api-inference.huggingface.co/models/Blane187/kana-arima-s1-ponyxl-lora-nochekaiser"
9
  API_TOKEN = os.getenv("HF_READ_TOKEN")
10
 
11
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
@@ -16,8 +16,8 @@ def query(inputs):
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")
 
5
  import os
6
 
7
 
8
+ API_URL = "https://api-inference.huggingface.co/models/nevreal/stocking-anarchy-anime-ponyxl-lora-nochekaiser"
9
  API_TOKEN = os.getenv("HF_READ_TOKEN")
10
 
11
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
 
16
  image = Image.open(io.BytesIO(image_bytes))
17
  return image
18
 
19
+ with gr.Blocks(theme="gradio/soft") as demo:
20
+ gr.Markdown("# nevreal/stocking-anarchy-anime-ponyxl-lora-nochekaiser serverless")
21
 
22
  with gr.Row():
23
  prompt_input = gr.Textbox(label="Enter a prompt", placeholder="Astronaut riding a horse")