Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,11 +44,7 @@ from gradio_seg2image import create_demo as create_demo_seg
|
|
44 |
from model import Model
|
45 |
|
46 |
MAX_IMAGES = 1
|
47 |
-
DESCRIPTION = '''# Bake-a-Cake, powered by ControlNet"
|
48 |
|
49 |
-
Put a picture of anything, and ControlNet will turn it into a hyperrealistic cake:
|
50 |
-
|
51 |
-
'''
|
52 |
|
53 |
model = Model()
|
54 |
|
|
|
44 |
from model import Model
|
45 |
|
46 |
MAX_IMAGES = 1
|
|
|
47 |
|
|
|
|
|
|
|
48 |
|
49 |
model = Model()
|
50 |
|