srinuksv commited on
Commit
e60ead4
·
verified ·
1 Parent(s): 92eb2c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def gradio_predict(image):
15
  # Use the Gradio client to predict the result
16
  result = client.predict(
17
  image=handle_file(temp_path),
18
- question="extract the complete data from the image but focus on mostly on medical prescription data",
19
  api_name="/predict"
20
  )
21
 
 
15
  # Use the Gradio client to predict the result
16
  result = client.predict(
17
  image=handle_file(temp_path),
18
+ question="extract the item_weight from the image only give me the weight only like 100gm or 200 gm",
19
  api_name="/predict"
20
  )
21