Thafx commited on
Commit
d161041
β€’
1 Parent(s): 96be5ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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
  )
 
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
  )