artificialguybr commited on
Commit
3a31b35
1 Parent(s): b0de989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -139,8 +139,9 @@ iface = gr.Interface(
139
  **Note:**
140
  - Video limit is 1 minute.
141
  - Generation may take up to 5 minutes.
142
- - The tool uses open-source models for all operations.
143
- - Quality can be improved but would require more processing time per video.""",
 
144
  allow_flagging=False
145
  )
146
  with gr.Blocks() as demo:
 
139
  **Note:**
140
  - Video limit is 1 minute.
141
  - Generation may take up to 5 minutes.
142
+ - The tool uses open-source models for all models. It's a alpha version.
143
+ - Quality can be improved but would require more processing time per video. For scalability and hardware limitations, speed was chosen, not just quality.
144
+ - If you need more than 1 minute, duplicate the Space and change the limit on app.py.""",
145
  allow_flagging=False
146
  )
147
  with gr.Blocks() as demo: