sxela commited on
Commit
defabb6
1 Parent(s): 4326472
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def predict_fn(filepath, start_sec, duration, out_fps):
153
 
154
 
155
  title = "ArcaneGAN"
156
- description = "Gradio demo for ArcaneGAN, video to Arcane style. To use it, simply upload your video, or click one of the examples to load them. Follow <a href='https://twitter.com/devdef' target='_blank'>Alex Spirin</a> for more info and updates."
157
  article = "<div style='text-align: center;'>ArcaneGan by <a href='https://twitter.com/devdef' target='_blank'>Alex Spirin</a> | <a href='https://github.com/Sxela/ArcaneGAN' target='_blank'>Github Repo</a> | <center><img src='https://visitor-badge.glitch.me/badge?page_id=sxela_arcanegan_video_hf' alt='visitor badge'></center></div>"
158
 
159
 
 
153
 
154
 
155
  title = "ArcaneGAN"
156
+ description = "Gradio demo for ArcaneGAN, video to Arcane style. To use it, simply upload your video, or click on an example below. Follow me on twitter for more info and updates."
157
  article = "<div style='text-align: center;'>ArcaneGan by <a href='https://twitter.com/devdef' target='_blank'>Alex Spirin</a> | <a href='https://github.com/Sxela/ArcaneGAN' target='_blank'>Github Repo</a> | <center><img src='https://visitor-badge.glitch.me/badge?page_id=sxela_arcanegan_video_hf' alt='visitor badge'></center></div>"
158
 
159