Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|