Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,15 +57,15 @@ def run():
|
|
| 57 |
video_out = gr.Video(show_label=True,label="Output")
|
| 58 |
with gr.Row():
|
| 59 |
btn = gr.Button("Generate")
|
| 60 |
-
gr.Markdown("<h1 style='text-align: center;'>"+ "Demo Inputs and Output" + "</h1>")
|
| 61 |
-
with gr.Row():
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
|
| 66 |
-
gr.Markdown("""<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
|
| 67 |
-
|
| 68 |
-
|
| 69 |
|
| 70 |
btn.click(run_infrence,inputs=[input_image,input_audio], outputs=[video_out])
|
| 71 |
demo.queue()
|
|
|
|
| 57 |
video_out = gr.Video(show_label=True,label="Output")
|
| 58 |
with gr.Row():
|
| 59 |
btn = gr.Button("Generate")
|
| 60 |
+
#gr.Markdown("<h1 style='text-align: center;'>"+ "Demo Inputs and Output" + "</h1>")
|
| 61 |
+
#with gr.Row():
|
| 62 |
+
# gr.Image("sample/spark.png",label="Input Image")
|
| 63 |
+
# gr.Audio("sample/spark_1.1.mp3",label="Input Audio")
|
| 64 |
+
# gr.Video("sample/final_output.mp4",label="Output")
|
| 65 |
|
| 66 |
+
#gr.Markdown("""<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
|
| 67 |
+
# <a href="mailto:[email protected]" target="_blank">[email protected]</a>
|
| 68 |
+
# </p><p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>""")
|
| 69 |
|
| 70 |
btn.click(run_infrence,inputs=[input_image,input_audio], outputs=[video_out])
|
| 71 |
demo.queue()
|