Spaces:
Running
on
Zero
Running
on
Zero
Bobby
commited on
Commit
·
47ce4c8
1
Parent(s):
825c3a2
removed gradio
Browse files- app.py +2 -2
- requirements.txt +1 -2
app.py
CHANGED
@@ -6,7 +6,7 @@ if prod:
|
|
6 |
# show_options = False
|
7 |
|
8 |
import os
|
9 |
-
import
|
10 |
import random
|
11 |
import time
|
12 |
import gradio as gr
|
@@ -152,7 +152,7 @@ style_list = [
|
|
152 |
"prompt": "Minimalist interior design, clean lines, neutral colors, uncluttered space, functional furniture, lots of natural light"
|
153 |
},
|
154 |
{
|
155 |
-
"name": "Boho
|
156 |
"prompt": "Bohemian chic interior, eclectic mix of patterns and textures, vintage furniture, plants, woven textiles, warm earthy colors"
|
157 |
},
|
158 |
{
|
|
|
6 |
# show_options = False
|
7 |
|
8 |
import os
|
9 |
+
import gradio
|
10 |
import random
|
11 |
import time
|
12 |
import gradio as gr
|
|
|
152 |
"prompt": "Minimalist interior design, clean lines, neutral colors, uncluttered space, functional furniture, lots of natural light"
|
153 |
},
|
154 |
{
|
155 |
+
"name": "Boho",
|
156 |
"prompt": "Bohemian chic interior, eclectic mix of patterns and textures, vintage furniture, plants, woven textiles, warm earthy colors"
|
157 |
},
|
158 |
{
|
requirements.txt
CHANGED
@@ -10,5 +10,4 @@ transformers
|
|
10 |
xformers
|
11 |
accelerate
|
12 |
imageio
|
13 |
-
controlnet-aux
|
14 |
-
gradio==4.38.1
|
|
|
10 |
xformers
|
11 |
accelerate
|
12 |
imageio
|
13 |
+
controlnet-aux
|
|