contrebande commited on
Commit
f74392b
·
1 Parent(s): a3d3a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def infer_charr_sd(prompt, negative_prompt, image):
12
  with gr.Blocks(theme='gradio/soft') as demo:
13
  gr.Markdown("## Character aware stable difusion")
14
 
15
- with gr.Tab("Character Aware Stable Difusion "):
16
  prompt_input_charr = gr.Textbox(label="Prompt")
17
  negative_prompt_charr = gr.Textbox(label="Negative Prompt")
18
  charr_input = gr.Image(label="Input Image")
 
12
  with gr.Blocks(theme='gradio/soft') as demo:
13
  gr.Markdown("## Character aware stable difusion")
14
 
15
+ with gr.Tab("Character-Aware Difusion "):
16
  prompt_input_charr = gr.Textbox(label="Prompt")
17
  negative_prompt_charr = gr.Textbox(label="Negative Prompt")
18
  charr_input = gr.Image(label="Input Image")