Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ triposr_client = Client("stabilityai/TripoSR")
|
|
10 |
|
11 |
|
12 |
def run(image, model_name):
|
13 |
-
if model_name=='
|
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
|