yael-vinker commited on
Commit
3b38618
·
2 Parent(s): 9a2e588 11341b8

Merge branch 'main' of https://huggingface.co/spaces/yaelvinker/CLIPasso into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pydiffvg
4
  import clip
5
 
6
  def greet(name):
7
- return "hello" + name + torch.__version__
8
 
9
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
  iface.launch()
 
4
  import clip
5
 
6
  def greet(name):
7
+ return "bka" + name + torch.__version__
8
 
9
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
  iface.launch()