Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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 + "!!"
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
+
description="<a href='https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP' target='_blank'>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 + "!!"
|