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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def inference(text):
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,
 
129
 
130
 
131
  title = "StyleGAN+CLIP_with_Latent_Bootstraping"
132
+ description = "Gradio demo for StyleGAN+CLIP_with_Latent_Bootstraping. To use it, simply add your text, 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,