aje6 commited on
Commit
7e09b1e
·
verified ·
1 Parent(s): d50b816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def predict(image):
233
  output = model(img_tensor)
234
 
235
  # Process output (adjust based on your model's format)
236
- return output.tolist() # or post-process the results as needed
237
 
238
  # Gradio interface
239
  demo = gr.Interface(
 
233
  output = model(img_tensor)
234
 
235
  # Process output (adjust based on your model's format)
236
+ return output # or post-process the results as needed
237
 
238
  # Gradio interface
239
  demo = gr.Interface(