pragnakalp commited on
Commit
2e7454b
β€’
1 Parent(s): b632575

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -36,11 +36,7 @@ def calculate(image_in, audio_in):
36
 
37
  def run():
38
  with block:
39
- gr.Markdown(
40
- """
41
- <style> body { text-align: right} </style>
42
- map: πŸ“„ [arxiv](https://arxiv.org/abs/2112.02749) &nbsp; ⇨ πŸ‘©β€πŸ’» [github](https://github.com/FuxiVirtualHuman/AAAI22-one-shot-talking-face) &nbsp; ⇨ πŸ¦’ [colab](https://github.com/camenduru/one-shot-talking-face-colab) &nbsp; ⇨ πŸ€— [huggingface](https://huggingface.co/spaces/camenduru/one-shot-talking-face) &nbsp; | &nbsp; tools: πŸŒ€ [duplicate this space](https://huggingface.co/spaces/camenduru/sandbox?duplicate=true) &nbsp; | 🐒 [tortoise tts](https://huggingface.co/spaces/mdnestor/tortoise) &nbsp; | πŸ“Ί [video upscaler](https://huggingface.co/spaces/kadirnar/Anime4k) &nbsp; | 🎨 [text-to-image](https://huggingface.co/models?pipeline_tag=text-to-image&sort=downloads) &nbsp; | 🐣 [twitter](https://twitter.com/camenduru) &nbsp; | β˜• [buy-a-coffee](https://ko-fi.com/camenduru) &nbsp;
43
- """)
44
  with gr.Group():
45
  with gr.Box():
46
  with gr.Row().style(equal_height=True):
 
36
 
37
  def run():
38
  with block:
39
+
 
 
 
 
40
  with gr.Group():
41
  with gr.Box():
42
  with gr.Row().style(equal_height=True):