Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -396,14 +396,7 @@ with gr.Blocks() as demo:
|
|
396 |
cache_examples=False,
|
397 |
)
|
398 |
|
399 |
-
|
400 |
-
gr.Markdown(
|
401 |
-
"""
|
402 |
-
If you have idea to improve this please open a PR:
|
403 |
-
|
404 |
-
[](https://huggingface.co/spaces/huggingface-projects/video-composer-gpt4/discussions)
|
405 |
-
""",
|
406 |
-
)
|
407 |
|
408 |
# Show/hide main interface based on login status
|
409 |
def toggle_interface(password):
|
|
|
396 |
cache_examples=False,
|
397 |
)
|
398 |
|
399 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
|
401 |
# Show/hide main interface based on login status
|
402 |
def toggle_interface(password):
|