Spaces:
Runtime error
Runtime error
Contrebande Labs
commited on
Commit
·
e684e0f
1
Parent(s):
8b2681c
typo
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
title = "Character aware stable difusion"
|
3 |
-
description = "This is a demo
|
4 |
def infer_sd(prompt, negative_prompt, image):
|
5 |
# your inference function for stable diffusion control
|
6 |
return None
|
|
|
1 |
import gradio as gr
|
2 |
title = "Character aware stable difusion"
|
3 |
+
description = "This is a demo of a character aware diffusion model"
|
4 |
def infer_sd(prompt, negative_prompt, image):
|
5 |
# your inference function for stable diffusion control
|
6 |
return None
|