pragnakalp commited on
Commit
f618d6b
1 Parent(s): 46cf28d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -215,13 +215,13 @@ def run():
215
  video_out = gr.Video(show_label=True,label="Output")
216
  with gr.Row().style(equal_height=True):
217
  btn = gr.Button("Generate")
218
- gr.Markdown(
219
- """
220
- <p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
221
- <a href="mailto:letstalk@pragnakalp.com" target="_blank">letstalk@pragnakalp.com</a>
222
- <p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>
223
 
224
- """)
225
 
226
  btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
227
  demo.queue()
 
215
  video_out = gr.Video(show_label=True,label="Output")
216
  with gr.Row().style(equal_height=True):
217
  btn = gr.Button("Generate")
218
+ # gr.Markdown(
219
+ # """
220
+ # <p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
221
+ # <a href="mailto:letstalk@pragnakalp.com" target="_blank">letstalk@pragnakalp.com</a>
222
+ # <p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>
223
 
224
+ # """)
225
 
226
  btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
227
  demo.queue()