Spaces:
Runtime error
Runtime error
Julian Bilcke
commited on
Commit
·
c4e8f4d
1
Parent(s):
d07768c
update disclaimer
Browse files- vid2vid.py +6 -1
vid2vid.py
CHANGED
|
@@ -14,7 +14,12 @@ base_model = "runwayml/stable-diffusion-v1-5"
|
|
| 14 |
|
| 15 |
default_prompt = "A man is talking"
|
| 16 |
|
| 17 |
-
page_content = """<h1 class="text-3xl font-bold">StreamV2V
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
<p class="text-sm">
|
| 19 |
This demo showcases
|
| 20 |
<a
|
|
|
|
| 14 |
|
| 15 |
default_prompt = "A man is talking"
|
| 16 |
|
| 17 |
+
page_content = """<h1 class="text-3xl font-bold">StreamV2V by <a
|
| 18 |
+
href="https://jeff-liangf.github.io/projects/streamv2v/"
|
| 19 |
+
target="_blank"
|
| 20 |
+
class="text-blue-500 underline hover:no-underline">Jeff-LiangF
|
| 21 |
+
</a></h1>
|
| 22 |
+
<h2>Duplicate this space for fast and private usage - thank you!</h2>
|
| 23 |
<p class="text-sm">
|
| 24 |
This demo showcases
|
| 25 |
<a
|