akhaliq HF staff commited on
Commit
c92ae27
1 Parent(s): ea07e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
 
4
- description="[Space for VQGAN_CLIP is now at https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP](https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP)"
5
 
6
  def greet(name):
7
  return "Hello " + name + "!!"
1
  import gradio as gr
2
 
3
 
4
+ description="<a href='https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP'>Space for VQGAN_CLIP is now at https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP</a></p>"
5
 
6
  def greet(name):
7
  return "Hello " + name + "!!"