Spaces:
Running
Running
Freddy Boulton
commited on
Commit
·
077bff1
1
Parent(s):
b471af6
Fix
Browse files- .gitattributes +1 -0
- app.py +2 -2
- dancing_huggy.gif +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
gr.HTML(
|
57 |
"""
|
58 |
<h1 style='text-align: center; display: flex; align-items: center; justify-content: center;'>
|
59 |
-
<img src=
|
60 |
</h1>
|
61 |
<h2 style='text-align: center; display: flex; align-items: center; justify-content: center;'>Model by <a href="https://huggingface.co/nari-labs/Dia-1.6B"> Nari Labs</a>. Powered by HF and <a href="https://fal.ai/">Fal AI</a> API.</h2>
|
62 |
<h3>Dia is a dialogue generation model that can generate realistic dialogue between two speakers. Use the dialogue component to create a conversation and then hit the submit button in the bottom right corner to see it come to life .</h3>
|
@@ -104,4 +104,4 @@ with gr.Blocks() as demo:
|
|
104 |
|
105 |
dialogue.submit(query, [dialogue], audio)
|
106 |
|
107 |
-
demo.launch(ssr_mode=False)
|
|
|
56 |
gr.HTML(
|
57 |
"""
|
58 |
<h1 style='text-align: center; display: flex; align-items: center; justify-content: center;'>
|
59 |
+
<img src="/gradio_api/file=dancing_huggy.gif" alt="Dancing Huggy" style="height: 100px; margin-right: 10px"> Dia Dialogue Generation Model
|
60 |
</h1>
|
61 |
<h2 style='text-align: center; display: flex; align-items: center; justify-content: center;'>Model by <a href="https://huggingface.co/nari-labs/Dia-1.6B"> Nari Labs</a>. Powered by HF and <a href="https://fal.ai/">Fal AI</a> API.</h2>
|
62 |
<h3>Dia is a dialogue generation model that can generate realistic dialogue between two speakers. Use the dialogue component to create a conversation and then hit the submit button in the bottom right corner to see it come to life .</h3>
|
|
|
104 |
|
105 |
dialogue.submit(query, [dialogue], audio)
|
106 |
|
107 |
+
demo.launch(ssr_mode=False, allowed_paths=["dancing_huggy.gif"])
|
dancing_huggy.gif
ADDED
![]() |
Git LFS Details
|