Keshav-rejoice commited on
Commit
1d34762
·
verified ·
1 Parent(s): d63db4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -88,7 +88,6 @@ if category_choice == "Flooring":
88
  compressed_base64 = process_image_for_openai(file_bytes)
89
  ai_prompt = (
90
  f"Our trained model predicts the following defect: {class_name}. "
91
- f"Can you analyze the following image and generate AI-based descriptions "
92
 
93
  f"for this defect? The output format should be:\n"
94
  f"Category ID: <Insert Category ID>\n"
 
88
  compressed_base64 = process_image_for_openai(file_bytes)
89
  ai_prompt = (
90
  f"Our trained model predicts the following defect: {class_name}. "
 
91
 
92
  f"for this defect? The output format should be:\n"
93
  f"Category ID: <Insert Category ID>\n"