Ryouko65777 commited on
Commit
30db825
1 Parent(s): 0867019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def generate_image(prompt, progress=gr.Progress()):
32
 
33
  # Create Gradio interface
34
  def create_ui():
35
- with gr.Blocks(theme="Ryouko65777/ryo") as ui:
36
  gr.Markdown("## Flux Uncensored\nUnofficial Gradio Demo")
37
 
38
  prompt_input = gr.Textbox(label="Enter a Prompt", placeholder="Describe the image you want to generate", lines=3)
 
32
 
33
  # Create Gradio interface
34
  def create_ui():
35
+ with gr.Blocks(theme="hev832/Applio") as ui:
36
  gr.Markdown("## Flux Uncensored\nUnofficial Gradio Demo")
37
 
38
  prompt_input = gr.Textbox(label="Enter a Prompt", placeholder="Describe the image you want to generate", lines=3)