kh-CHEUNG commited on
Commit
43b044b
·
verified ·
1 Parent(s): db0d96f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ if selected_file is not None and selected_file != "None":
28
  testButton = st.button("Test Model")
29
 
30
  ## Question (/Prompt)
31
- question = "Question answering. How many unsafe practice of Lifting Operation?"
 
32
 
33
  ## Perform Model Testing when Image is uploaded and selected as well as Test button is pressed
34
  if testButton and selected_file != "None":
 
28
  testButton = st.button("Test Model")
29
 
30
  ## Question (/Prompt)
31
+ # question = "Question answering. How many unsafe practice of Lifting Operation?"
32
+ question = "Question answering. Is is a scene of Lifting Operation?"
33
 
34
  ## Perform Model Testing when Image is uploaded and selected as well as Test button is pressed
35
  if testButton and selected_file != "None":