prithivMLmods commited on
Commit
daae67c
·
verified ·
1 Parent(s): 97c2134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -26,12 +26,6 @@ def check_text(prompt, negative=""):
26
  return True
27
  return False
28
 
29
-
30
- DESCRIPTION = """## SDXL IMAGEN 🍰
31
-
32
- """
33
-
34
-
35
  style_list = [
36
  {
37
  "name": "Photo",
@@ -60,6 +54,11 @@ style_list = [
60
  },
61
  ]
62
 
 
 
 
 
 
63
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
64
  STYLE_NAMES = list(styles.keys())
65
  DEFAULT_STYLE_NAME = "Photo"
@@ -204,7 +203,7 @@ footer {
204
  visibility: hidden; /* Existing style */
205
  }
206
  '''
207
- with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
208
  gr.Markdown(DESCRIPTION)
209
  with gr.Row():
210
  prompt = gr.Text(
 
26
  return True
27
  return False
28
 
 
 
 
 
 
 
29
  style_list = [
30
  {
31
  "name": "Photo",
 
54
  },
55
  ]
56
 
57
+ DESCRIPTION = """##
58
+
59
+
60
+ """
61
+
62
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
63
  STYLE_NAMES = list(styles.keys())
64
  DEFAULT_STYLE_NAME = "Photo"
 
203
  visibility: hidden; /* Existing style */
204
  }
205
  '''
206
+ with gr.Blocks(theme="YTheme/Mini", css=css) as demo:
207
  gr.Markdown(DESCRIPTION)
208
  with gr.Row():
209
  prompt = gr.Text(