ehristoforu commited on
Commit
92f0232
1 Parent(s): 1e9dbf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ import torch
12
  from diffusers import StableDiffusionXLPipeline
13
 
14
  DESCRIPTION = """
15
- # Proteus
16
 
17
  Model by [dataautogpt3](https://huggingface.co/dataautogpt3)
18
 
@@ -111,7 +111,7 @@ footer {
111
  visibility: hidden
112
  }
113
  '''
114
- with gr.Blocks(title="Proteus V1.0", css=css) as demo:
115
  gr.Markdown(DESCRIPTION)
116
  gr.DuplicateButton(
117
  value="Duplicate Space for private use",
 
12
  from diffusers import StableDiffusionXLPipeline
13
 
14
  DESCRIPTION = """
15
+ # Proteus V0.1
16
 
17
  Model by [dataautogpt3](https://huggingface.co/dataautogpt3)
18
 
 
111
  visibility: hidden
112
  }
113
  '''
114
+ with gr.Blocks(title="Proteus V0.1", css=css) as demo:
115
  gr.Markdown(DESCRIPTION)
116
  gr.DuplicateButton(
117
  value="Duplicate Space for private use",