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