JarvisLabs commited on
Commit
632da23
·
verified ·
1 Parent(s): 8f4b1ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
30
 
31
  DESCRIPTION = "Animagine XL 3.1 X Galverse MAMA Replicate Repo "
32
  IS_COLAB = False
33
- assert os.environ["REPLICATE_API_TOKEN"], "REPLICATE_API_TOKEN not set "
34
  MIN_IMAGE_SIZE = 512
35
  MAX_IMAGE_SIZE = 2048
36
 
@@ -123,7 +123,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as demo:
123
  elem_id="title",
124
  )
125
  gr.Markdown(
126
- f"""Gradio demo for [cagliostrolab/animagine-xl-3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)""",
127
  elem_id="subtitle",
128
  )
129
  gr.DuplicateButton(
 
30
 
31
  DESCRIPTION = "Animagine XL 3.1 X Galverse MAMA Replicate Repo "
32
  IS_COLAB = False
33
+ #assert os.environ["REPLICATE_API_TOKEN"], "REPLICATE_API_TOKEN not set "
34
  MIN_IMAGE_SIZE = 512
35
  MAX_IMAGE_SIZE = 2048
36
 
 
123
  elem_id="title",
124
  )
125
  gr.Markdown(
126
+ f"""Gradio demo for Galverse MAMA 1.5 lora model, current repo [galverse/mama-v1.5.1_leduyson](https://replicate.com/galverse/mama-v1.5.1_leduyson)""",
127
  elem_id="subtitle",
128
  )
129
  gr.DuplicateButton(