Spaces:
Running
on
Zero
Running
on
Zero
BoboiAzumi
commited on
Commit
·
7df10b2
1
Parent(s):
af76564
fix
Browse files- process.py +1 -4
process.py
CHANGED
@@ -108,7 +108,4 @@ def inference(video, prompt):
|
|
108 |
temperature = 0.1
|
109 |
video_data = open(video, 'rb').read()
|
110 |
response = predict(prompt, video_data, temperature)
|
111 |
-
print(response)
|
112 |
-
|
113 |
-
if __name__ == '__main__':
|
114 |
-
test()
|
|
|
108 |
temperature = 0.1
|
109 |
video_data = open(video, 'rb').read()
|
110 |
response = predict(prompt, video_data, temperature)
|
111 |
+
print(response)
|
|
|
|
|
|