'1'
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def test(text):
|
|
10 |
|
11 |
result = client.predict(
|
12 |
input_image=file('https://stabilityai-stable-fast-3d.hf.space/file=/tmp/gradio/cedf71215ac1d8f6d44cd9cc94a65c5c2b5b76b0/banana.jpg'),
|
13 |
-
foreground_ratio=
|
14 |
api_name="/run_button"
|
15 |
)
|
16 |
|
|
|
10 |
|
11 |
result = client.predict(
|
12 |
input_image=file('https://stabilityai-stable-fast-3d.hf.space/file=/tmp/gradio/cedf71215ac1d8f6d44cd9cc94a65c5c2b5b76b0/banana.jpg'),
|
13 |
+
foreground_ratio=0.85,
|
14 |
api_name="/run_button"
|
15 |
)
|
16 |
|