Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def infer_camera_edit(
|
|
| 153 |
|
| 154 |
return result, seed, prompt
|
| 155 |
|
| 156 |
-
def create_video_between_images(input_image, output_image, prompt: str
|
| 157 |
"""Create a video between the input and output images."""
|
| 158 |
from gradio.context import LocalContext
|
| 159 |
request = LocalContext.request.get(None)
|
|
|
|
| 153 |
|
| 154 |
return result, seed, prompt
|
| 155 |
|
| 156 |
+
def create_video_between_images(input_image, output_image, prompt: str) -> str:
|
| 157 |
"""Create a video between the input and output images."""
|
| 158 |
from gradio.context import LocalContext
|
| 159 |
request = LocalContext.request.get(None)
|