Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,8 @@ import requests
|
|
| 6 |
import google.generativeai as genai
|
| 7 |
import json
|
| 8 |
|
|
|
|
|
|
|
| 9 |
import os
|
| 10 |
|
| 11 |
# VIDEO_URL = "https://example.com/not-youtube.mp4"
|
|
@@ -74,5 +76,5 @@ if prompt := st.chat_input():
|
|
| 74 |
#result = qa({"query": query})
|
| 75 |
|
| 76 |
st.write('Based on the interesting description you have provided, we will generate a ' + genre + ' music experience for you:')
|
| 77 |
-
st.video('
|
| 78 |
st.stop()
|
|
|
|
| 6 |
import google.generativeai as genai
|
| 7 |
import json
|
| 8 |
|
| 9 |
+
from frame_gen import gen_movie
|
| 10 |
+
|
| 11 |
import os
|
| 12 |
|
| 13 |
# VIDEO_URL = "https://example.com/not-youtube.mp4"
|
|
|
|
| 76 |
#result = qa({"query": query})
|
| 77 |
|
| 78 |
st.write('Based on the interesting description you have provided, we will generate a ' + genre + ' music experience for you:')
|
| 79 |
+
st.video('combined_video.mp4')
|
| 80 |
st.stop()
|