jaisree67 commited on
Commit
83e2e53
1 Parent(s): cb8d2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from app_image_to_3d import create_demo as create_demo_image_to_3d
9
  from app_text_to_3d import create_demo as create_demo_text_to_3d
10
  from model import Model
11
 
12
- DESCRIPTION = "# [TRIACX](https://github.com/openai/shap-e)"
13
 
14
  if not torch.cuda.is_available():
15
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
9
  from app_text_to_3d import create_demo as create_demo_text_to_3d
10
  from model import Model
11
 
12
+ DESCRIPTION = "TRIACX"
13
 
14
  if not torch.cuda.is_available():
15
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"