Spaces:
Runtime error
Runtime error
Commit
·
e45f6ff
1
Parent(s):
55b3b1b
- app.py +1 -1
- cinegen/__pycache__/__init__.cpython-310.pyc +0 -0
- cinegen/__pycache__/character_engine.cpython-310.pyc +0 -0
- cinegen/__pycache__/models.cpython-310.pyc +0 -0
- cinegen/__pycache__/placeholders.cpython-310.pyc +0 -0
- cinegen/__pycache__/story_engine.cpython-310.pyc +0 -0
- cinegen/__pycache__/video_engine.cpython-310.pyc +0 -0
app.py
CHANGED
|
@@ -265,4 +265,4 @@ with gr.Blocks(fill_height=True, elem_id="cinegen-app") as demo:
|
|
| 265 |
)
|
| 266 |
|
| 267 |
if __name__ == "__main__":
|
| 268 |
-
demo.launch(
|
|
|
|
| 265 |
)
|
| 266 |
|
| 267 |
if __name__ == "__main__":
|
| 268 |
+
demo.launch(css=css)
|
cinegen/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (412 Bytes). View file
|
|
|
cinegen/__pycache__/character_engine.cpython-310.pyc
ADDED
|
Binary file (3.15 kB). View file
|
|
|
cinegen/__pycache__/models.cpython-310.pyc
ADDED
|
Binary file (2.53 kB). View file
|
|
|
cinegen/__pycache__/placeholders.cpython-310.pyc
ADDED
|
Binary file (5.75 kB). View file
|
|
|
cinegen/__pycache__/story_engine.cpython-310.pyc
ADDED
|
Binary file (4.66 kB). View file
|
|
|
cinegen/__pycache__/video_engine.cpython-310.pyc
ADDED
|
Binary file (4.76 kB). View file
|
|
|