Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ import google.generativeai as genai
|
|
23 |
from huggingface_hub import InferenceClient
|
24 |
from threading import Thread
|
25 |
from typing import Iterator
|
|
|
|
|
26 |
|
27 |
class VideoClassifier:
|
28 |
global audio_time , setup_time , caption_time , classification_time
|
|
|
23 |
from huggingface_hub import InferenceClient
|
24 |
from threading import Thread
|
25 |
from typing import Iterator
|
26 |
+
import threading
|
27 |
+
import queue
|
28 |
|
29 |
class VideoClassifier:
|
30 |
global audio_time , setup_time , caption_time , classification_time
|