Deadmon commited on
Commit
52d42ca
·
verified ·
1 Parent(s): 81d650f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- 'blender, maya, cinema 4d, c4d, 3ds max, houdini, zbrush, substance painter, '
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) ---