jaisree67 commited on
Commit
0c7a013
1 Parent(s): b6d002d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from app_text_to_3d import create_demo as create_demo_text_to_3d
8
  from model import Model
9
 
10
  # Update the name in the description
11
- DESCRIPTION = "# [TRIACX]"
12
 
13
  if not torch.cuda.is_available():
14
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
8
  from model import Model
9
 
10
  # Update the name in the description
11
+ DESCRIPTION = "# TRIACX"
12
 
13
  if not torch.cuda.is_available():
14
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"