Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ description="[Space for VQGAN_CLIP is now at https://huggingface.co/spaces/Eleut
|
|
6 |
def greet(name):
|
7 |
return "Hello " + name + "!!"
|
8 |
|
9 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text",description=
|
10 |
iface.launch()
|
|
|
6 |
def greet(name):
|
7 |
return "Hello " + name + "!!"
|
8 |
|
9 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text",description=description)
|
10 |
iface.launch()
|