mamechin commited on
Commit
1c8903b
1 Parent(s): ace45c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict(input_image):
18
  price = str(output)
19
 
20
  # 返回預測結果
21
- return [input_image, price]
22
 
23
  with gr.Blocks() as demo:
24
  # Title
 
18
  price = str(output)
19
 
20
  # 返回預測結果
21
+ return [output, price]
22
 
23
  with gr.Blocks() as demo:
24
  # Title