hylee commited on
Commit
fec20c4
·
1 Parent(s): 051929e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,7 +136,7 @@ def process(im, version):
136
 
137
  title = "ArcaneGAN"
138
  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."
139
- 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>"
140
 
141
  gr.Interface(
142
  process,
@@ -146,7 +146,7 @@ gr.Interface(
146
  title=title,
147
  description=description,
148
  article=article,
149
- examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
150
  allow_flagging=False,
151
  allow_screenshot=False
152
  ).launch(enable_queue=True,cache_examples=True)
 
136
 
137
  title = "ArcaneGAN"
138
  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."
139
+ article = ""
140
 
141
  gr.Interface(
142
  process,
 
146
  title=title,
147
  description=description,
148
  article=article,
149
+ examples=[],
150
  allow_flagging=False,
151
  allow_screenshot=False
152
  ).launch(enable_queue=True,cache_examples=True)