waloneai commited on
Commit
ed4d9bb
·
verified ·
1 Parent(s): d671dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -396,14 +396,7 @@ with gr.Blocks() as demo:
396
  cache_examples=False,
397
  )
398
 
399
- with gr.Row():
400
- gr.Markdown(
401
- """
402
- If you have idea to improve this please open a PR:
403
-
404
- [![Open a Pull Request](https://huggingface.co/datasets/huggingface/badges/raw/main/open-a-pr-lg-light.svg)](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):