diff --git a/scripts/modelscope-text2vid.py b/scripts/modelscope-text2vid.py
index e08efa4..3848674 100644
--- a/scripts/modelscope-text2vid.py
+++ b/scripts/modelscope-text2vid.py
@@ -61,7 +61,7 @@ def on_ui_tabs():
# Uses only SD-requirements + ffmpeg
dv = SimpleNamespace(**DeforumOutputArgs())
with gr.Blocks(analytics_enabled=False) as deforum_interface:
- gr.Markdown('Put your models from https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main to stable-diffusion-webui/models/ModelScope/t2v/. 8gbs of VRAM on top of SD (TODO: unload SD on launch) should be enough to launch.\n\n Btw, This is all going to be HACKABLE at some point. Join the development https://github.com/deforum-art/sd-webui-modelscope-text2video \n\n')
+ gr.Markdown('Put your models from https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main to stable-diffusion-webui/models/ModelScope/t2v/. 8gbs of VRAM on top of SD (TODO: unload SD on launch) should be enough to launch.\n\n Join the development or report issues and feature requests here https://github.com/deforum-art/sd-webui-modelscope-text2video\n\n')
with gr.Row(elem_id='t2v-core').style(equal_height=False, variant='compact'):
with gr.Column(scale=1, variant='panel'):
with gr.Tabs():