Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1eb64aa
1
Parent(s):
f45a495
gradio
Browse files- app.py +2 -3
- 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
|
@@ -99,8 +99,7 @@ css = """
|
|
| 99 |
"""
|
| 100 |
|
| 101 |
|
| 102 |
-
with gr.Blocks(fill_height=True,
|
| 103 |
-
gr.HTML(f"<style>{css}</style>")
|
| 104 |
gr.Markdown(
|
| 105 |
"## 🎬 CineGen AI Director\n"
|
| 106 |
"Drop an idea or inspiration image and let CineGen produce a storyboard, character boards, "
|
|
@@ -189,4 +188,4 @@ with gr.Blocks(fill_height=True, theme=gr.themes.Soft(), elem_id="cinegen-app")
|
|
| 189 |
)
|
| 190 |
|
| 191 |
if __name__ == "__main__":
|
| 192 |
-
demo.launch()
|
|
|
|
| 99 |
"""
|
| 100 |
|
| 101 |
|
| 102 |
+
with gr.Blocks(fill_height=True, elem_id="cinegen-app") as demo:
|
|
|
|
| 103 |
gr.Markdown(
|
| 104 |
"## 🎬 CineGen AI Director\n"
|
| 105 |
"Drop an idea or inspiration image and let CineGen produce a storyboard, character boards, "
|
|
|
|
| 188 |
)
|
| 189 |
|
| 190 |
if __name__ == "__main__":
|
| 191 |
+
demo.launch(theme=gr.themes.Soft(), css=css)
|
cinegen/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (422 Bytes). View file
|
|
|
cinegen/__pycache__/character_engine.cpython-310.pyc
ADDED
|
Binary file (2.38 kB). View file
|
|
|
cinegen/__pycache__/models.cpython-310.pyc
ADDED
|
Binary file (2.54 kB). View file
|
|
|
cinegen/__pycache__/placeholders.cpython-310.pyc
ADDED
|
Binary file (5.42 kB). View file
|
|
|
cinegen/__pycache__/story_engine.cpython-310.pyc
ADDED
|
Binary file (4.59 kB). View file
|
|
|
cinegen/__pycache__/video_engine.cpython-310.pyc
ADDED
|
Binary file (4.6 kB). View file
|
|
|