RamAnanth1 commited on
Commit
19fb311
1 Parent(s): a7f7019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -21,6 +21,7 @@ toxicity = Detoxify('original')
21
  AVAILABLE_MODELS = {
22
  'TripoSR': 'TripoSR',
23
  'LGM-Mini': 'LGM-Mini',
 
24
  }
25
 
26
  SPACE_ID = os.getenv('SPACE_ID')
@@ -173,14 +174,18 @@ css = ".generating {visibility: hidden}"
173
  model_names = {
174
  'TripoSR': 'TripoSR',
175
  'LGM-Mini': 'LGM-Mini',
 
176
  }
177
  model_licenses = {
178
  'TripoSR': 'MIT License',
179
- 'LGM-Mini': 'MIT License'
 
 
180
  }
181
  model_links = {
182
  'TripoSR': 'https://github.com/VAST-AI-Research/TripoSR',
183
  'LGM-Mini': 'https://github.com/3DTopia/LGM',
 
184
  }
185
 
186
  def model_license(name):
 
21
  AVAILABLE_MODELS = {
22
  'TripoSR': 'TripoSR',
23
  'LGM-Mini': 'LGM-Mini',
24
+ 'CRM': 'CRM'
25
  }
26
 
27
  SPACE_ID = os.getenv('SPACE_ID')
 
174
  model_names = {
175
  'TripoSR': 'TripoSR',
176
  'LGM-Mini': 'LGM-Mini',
177
+ 'CRM':'CRM'
178
  }
179
  model_licenses = {
180
  'TripoSR': 'MIT License',
181
+ 'LGM-Mini': 'MIT License',
182
+ 'CRM': 'MIT License'
183
+
184
  }
185
  model_links = {
186
  'TripoSR': 'https://github.com/VAST-AI-Research/TripoSR',
187
  'LGM-Mini': 'https://github.com/3DTopia/LGM',
188
+ 'CRM': 'https://github.com/thu-ml/CRM'
189
  }
190
 
191
  def model_license(name):