Ahsen Khaliq commited on
Commit
7589e75
1 Parent(s): b021bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -71,7 +71,7 @@ def inference(text):
71
  prompt = text
72
  prompt_preview = False
73
  continue_opt = False
74
- iterations = 20
75
  k = 18
76
 
77
  if not continue_opt:
@@ -129,8 +129,8 @@ def inference(text):
129
 
130
 
131
  title = "StyleGAN+CLIP_with_Latent_Bootstraping"
132
- description = "demo for Anime2Sketch. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
133
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
134
  gr.Interface(
135
  inference,
136
  "text",
 
71
  prompt = text
72
  prompt_preview = False
73
  continue_opt = False
74
+ iterations = 1
75
  k = 18
76
 
77
  if not continue_opt:
 
129
 
130
 
131
  title = "StyleGAN+CLIP_with_Latent_Bootstraping"
132
+ description = "Gradio demo for StyleGAN+CLIP_with_Latent_Bootstraping. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
133
+ article = "<p style='text-align: center'><a href='https://colab.research.google.com/drive/1br7GP_D6XCgulxPTAFhwGaV-ijFe084X'>Colab</a></p>"
134
  gr.Interface(
135
  inference,
136
  "text",