Spaces:
Runtime error
Runtime error
Week2 HW
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
""")
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Column():
|
| 49 |
-
image_in = gr.Image(label="Portrait IN", type="filepath", value="https://ibb.co/
|
| 50 |
with gr.Column():
|
| 51 |
voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional voice cloning)")
|
| 52 |
text = gr.Textbox(label="text")
|
|
|
|
| 46 |
""")
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Column():
|
| 49 |
+
image_in = gr.Image(label="Portrait IN", type="filepath", value="https://i.ibb.co/HhrLKzn/rick.jpg")
|
| 50 |
with gr.Column():
|
| 51 |
voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional voice cloning)")
|
| 52 |
text = gr.Textbox(label="text")
|
d
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
[33mcommit 55f9626addc1af2d59d87a32e3a7d4685026713d[m[33m ([m[1;36mHEAD[m[33m -> [m[1;32mmain[m[33m)[m
|
| 2 |
-
Author: csi-Abil <[email protected]>
|
| 3 |
-
Date: Fri Feb 23 01:18:48 2024 -0500
|
| 4 |
-
|
| 5 |
-
week2 HW
|
| 6 |
-
|
| 7 |
-
[33mcommit 5352e99247879fb2ee69af28670f72ce4e04f900[m
|
| 8 |
-
Author: csi-Abil <[email protected]>
|
| 9 |
-
Date: Fri Feb 23 01:13:33 2024 -0500
|
| 10 |
-
|
| 11 |
-
Week 2 CTP
|
| 12 |
-
|
| 13 |
-
[33mcommit f4d843f856f21f1f0f64db1a2fe9171646b2cfeb[m[33m ([m[1;31morigin/main[m[33m, [m[1;31morigin/HEAD[m[33m)[m
|
| 14 |
-
Author: Abil <[email protected]>
|
| 15 |
-
Date: Fri Feb 23 05:37:14 2024 +0000
|
| 16 |
-
|
| 17 |
-
initial commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|