prithivMLmods commited on
Commit
e448e7b
1 Parent(s): 184327b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -44,8 +44,9 @@ examples = [
44
  ]
45
 
46
  MODEL_OPTIONS = {
47
- "RealVisXL_V4.0_Lightning": "SG161222/RealVisXL_V4.0_Lightning",
48
- "Animagine-XL-3.1": "cagliostrolab/animagine-xl-3.1"
 
49
  }
50
 
51
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
@@ -152,8 +153,7 @@ def load_predefined_images():
152
  return predefined_images
153
 
154
  with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
155
- gr.Markdown(DESCRIPTIONx)
156
-
157
  with gr.Row():
158
  prompt = gr.Text(
159
  label="Prompt",
 
44
  ]
45
 
46
  MODEL_OPTIONS = {
47
+ "Realism : V4.0_Lightning": "SG161222/RealVisXL_V4.0_Lightning",
48
+ "Detailing : Mobius": "Corcelio/mobius",
49
+ "Anime : Cagliostrolab": "cagliostrolab/animagine-xl-3.1"
50
  }
51
 
52
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
 
153
  return predefined_images
154
 
155
  with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
156
+ gr.Markdown(DESCRIPTIONx)
 
157
  with gr.Row():
158
  prompt = gr.Text(
159
  label="Prompt",