Thafx commited on
Commit
fe9ee70
β€’
1 Parent(s): dac71bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ css = """.main-div div{display:inline-flex;align-items:center;gap:.8rem;font-siz
73
  """
74
  with gr.Blocks(css=css) as demo:
75
  gr.HTML(
76
- f"""
77
  <div class="main-div">
78
  <div>
79
  <h1>Realistic Vision V1.3</h1>
@@ -95,7 +95,7 @@ Have Fun & Enjoy
95
  //THAFX<br>
96
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
97
  </p>
98
- Running on {"<b>GPU πŸ”₯</b>" if torch.cuda.is_available() else f"<b>CPU πŸ”₯</b>.
99
  </div>
100
  """
101
  )
 
73
  """
74
  with gr.Blocks(css=css) as demo:
75
  gr.HTML(
76
+ f""
77
  <div class="main-div">
78
  <div>
79
  <h1>Realistic Vision V1.3</h1>
 
95
  //THAFX<br>
96
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
97
  </p>
98
+ Running on {"<b>GPU πŸ”₯</b>" if torch.cuda.is_available() else f"<b>CPU πŸ”₯"</b>.
99
  </div>
100
  """
101
  )