kayfahaarukku commited on
Commit
f80ce9c
1 Parent(s): 105b5b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,9 +60,9 @@ def interface_fn(prompt, negative_prompt, use_defaults, resolution, guidance_sca
60
  def reset_inputs():
61
  return gr.update(value=''), gr.update(value=''), gr.update(value=True), gr.update(value='832x1216'), gr.update(value=7), gr.update(value=28), gr.update(value=0), gr.update(value=True), gr.update(value='')
62
 
63
- with gr.Blocks(title="UrangDiffusion 1.2 Demo", theme="NoCrypt/[email protected]") as demo:
64
  gr.HTML(
65
- "<h1>UrangDiffusion 1.2 Demo</h1>"
66
  "This demo is intended to showcase what the model is capable of and is not intended to be the main generation platform. Results produced with Diffusers are not the best, and it's highly recommended for you to get the model running inside Stable Diffusion WebUI or ComfyUI."
67
  )
68
  with gr.Row():
 
60
  def reset_inputs():
61
  return gr.update(value=''), gr.update(value=''), gr.update(value=True), gr.update(value='832x1216'), gr.update(value=7), gr.update(value=28), gr.update(value=0), gr.update(value=True), gr.update(value='')
62
 
63
+ with gr.Blocks(title="UrangDiffusion 1.3 Demo", theme="NoCrypt/[email protected]") as demo:
64
  gr.HTML(
65
+ "<h1>UrangDiffusion 1.3 Demo</h1>"
66
  "This demo is intended to showcase what the model is capable of and is not intended to be the main generation platform. Results produced with Diffusers are not the best, and it's highly recommended for you to get the model running inside Stable Diffusion WebUI or ComfyUI."
67
  )
68
  with gr.Row():