RamAnanth1 commited on
Commit
ede116e
·
verified ·
1 Parent(s): 8e9fc47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ triposr_client = Client("stabilityai/TripoSR")
10
 
11
 
12
  def run(image, model_name):
13
- if model_name=='Shape-E':
14
  result = shap_e_client.predict(
15
  image, # filepath in 'Input image' Image component
16
  0, # float (numeric value between 0 and 2147483647) in 'Seed' Slider component
 
10
 
11
 
12
  def run(image, model_name):
13
+ if model_name=='Shap-E':
14
  result = shap_e_client.predict(
15
  image, # filepath in 'Input image' Image component
16
  0, # float (numeric value between 0 and 2147483647) in 'Seed' Slider component