chansung commited on
Commit
205ce56
1 Parent(s): fe84005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,9 +79,9 @@ async def regen_conversation(
79
  with gr.Blocks(css="styles.css", theme=gr.themes.Soft()) as demo:
80
  gr.Markdown("Vid2Persona", elem_classes=["md-center", "h1-font"])
81
 
82
- gr.Markdown("This project breathes life into video characters by using AI to describe their personality and then chat with you as them. ")
83
  "[Gemini 1.0 Pro Vision model on Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/overview) is used "
84
- "to grasp traits of video characters, then [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) model "
85
  "is used to make conversation with them.",
86
 
87
  gr.Markdown("This space is modified to be working on Hugging Face [ZeroGPU](https://huggingface.co/zero-gpu-explorers). If you wish to run "
 
79
  with gr.Blocks(css="styles.css", theme=gr.themes.Soft()) as demo:
80
  gr.Markdown("Vid2Persona", elem_classes=["md-center", "h1-font"])
81
 
82
+ gr.Markdown("This project breathes life into video characters by using AI to describe their personality and then chat with you as them. "
83
  "[Gemini 1.0 Pro Vision model on Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/overview) is used "
84
+ "to grasp traits of video characters, then [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) model ")
85
  "is used to make conversation with them.",
86
 
87
  gr.Markdown("This space is modified to be working on Hugging Face [ZeroGPU](https://huggingface.co/zero-gpu-explorers). If you wish to run "