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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=desription)
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()