Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,7 @@ import time # Added for potential delays and UI updates
|
|
10 |
YOUTUBE_API_SERVICE_NAME = "youtube"
|
11 |
YOUTUBE_API_VERSION = "v3"
|
12 |
DEFAULT_KEYWORDS = (
|
13 |
-
'
|
14 |
-
'substance designer, marvelous designer, unreal engine, unity, godot, '
|
15 |
-
'3d modeling, 3d rendering, 3d animation, 3d software, sculpting, '
|
16 |
-
'texturing, rigging, vfx, cgi'
|
17 |
)
|
18 |
|
19 |
# --- YouTube API Helper Functions (modified slightly for Gradio context) ---
|
|
|
10 |
YOUTUBE_API_SERVICE_NAME = "youtube"
|
11 |
YOUTUBE_API_VERSION = "v3"
|
12 |
DEFAULT_KEYWORDS = (
|
13 |
+
'3d, texturing, rigging, vfx, cgi'
|
|
|
|
|
|
|
14 |
)
|
15 |
|
16 |
# --- YouTube API Helper Functions (modified slightly for Gradio context) ---
|