Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
•
c1307a8
1
Parent(s):
32d3415
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def process(im):
|
|
140 |
|
141 |
title = "ArcaneGAN"
|
142 |
description = "Gradio demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
143 |
-
article = "<div style='text-align: center;'>ArcaneGan by <a href='https://twitter.com/devdef' target='_blank'>Alexander S</a> | <a href='https://github.com/Sxela/ArcaneGAN' target='_blank'>Github Repo</a> | <img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_arcanegan' alt='visitor badge'></div>"
|
144 |
|
145 |
gr.Interface(
|
146 |
process,
|
|
|
140 |
|
141 |
title = "ArcaneGAN"
|
142 |
description = "Gradio demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
143 |
+
article = "<div style='text-align: center;'>ArcaneGan by <a href='https://twitter.com/devdef' target='_blank'>Alexander S</a> | <a href='https://github.com/Sxela/ArcaneGAN' target='_blank'>Github Repo</a> | <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_arcanegan' alt='visitor badge'></center></div>"
|
144 |
|
145 |
gr.Interface(
|
146 |
process,
|