Spaces:
Runtime error
Runtime error
Contrebande Labs
commited on
Commit
·
f74392b
1
Parent(s):
a3d3a25
Update app.py
Browse files
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
|
| 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")
|