Update example_segmentation.py

This commit is contained in:
Jason Liu
2023-06-15 17:03:15 +09:00
committed by GitHub
parent 32d1f44bdc
commit 72cc83edab
-2
View File
@@ -5,8 +5,6 @@ from tenacity import retry, stop_after_attempt
import openai
import enum
# Enum of search type
class SearchType(str, enum.Enum):
VIDEO = "video"