Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,16 @@ async def regen_conversation(
|
|
78 |
|
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 |
|
83 |
with gr.Column(elem_classes=["group"]):
|
84 |
with gr.Row():
|
|
|
78 |
|
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 "
|
88 |
+
"the same application on your own machine, please check out the [project repository](https://github.com/deep-diver/Vid2Persona). "
|
89 |
+
"You can interact with other LLMs to make conversation besides HuggingFaceH4/zephyr-7b-beta by running them locally, or by "
|
90 |
+
"connecting them through remotely hosted within Text Generation Inference framework as [Hugging Face PRO](https://huggingface.co/blog/inference-pro) user ")
|
91 |
|
92 |
with gr.Column(elem_classes=["group"]):
|
93 |
with gr.Row():
|