fengfeng2 commited on
Commit
3ef799b
·
1 Parent(s): 6227795
Files changed (1) hide show
  1. app.py +1 -1
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=file('https://stabilityai-stable-fast-3d.hf.space/file=/tmp/gradio/cedf71215ac1d8f6d44cd9cc94a65c5c2b5b76b0/banana.jpg'),
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