merve HF staff commited on
Commit
2345e9f
1 Parent(s): 1fa8f4e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ demo_inputs = [
47
  gr.inputs.Dropdown(
48
  label="Model",
49
  choices=model_list,
50
- default="Tune-A-Video-library/a-man-is-surfing",
51
  ),
52
  gr.inputs.Textbox(
53
  label="Prompt",
@@ -101,7 +101,7 @@ examples = [
101
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head is surfing in the forest.", 5, 416, 416, 50, 7.5],
102
  ]
103
 
104
- description = "Orijinal Model: [Tune-A-Video-library/a-man-is-surfing](https://huggingface.co/Tune-A-Video-library/a-man-is-surfing) Alternatively Models: [Dreambooth](https://huggingface.co/sd-dreambooth-library)"
105
  title = "Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation"
106
 
107
  demo_app = gr.Interface(
 
47
  gr.inputs.Dropdown(
48
  label="Model",
49
  choices=model_list,
50
+ value="Tune-A-Video-library/a-man-is-surfing",
51
  ),
52
  gr.inputs.Textbox(
53
  label="Prompt",
 
101
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head is surfing in the forest.", 5, 416, 416, 50, 7.5],
102
  ]
103
 
104
+ description = "This is an application that generates video based on a text prompt. To get started, simply input text. The default model in the dropdown is a generic model that you can generate anything. Alternatively, for more photorealistic generations, you can use other models in the dropdown. These models are Dreambooth models, and they're trained with a specific object name, so make sure you know what the object is called. You can find an example prompt for a dreambooth model in Examples section right below the interface."
105
  title = "Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation"
106
 
107
  demo_app = gr.Interface(