Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/yaelvinker/CLIPasso into main
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pydiffvg
|
|
4 |
import clip
|
5 |
|
6 |
def greet(name):
|
7 |
-
return "
|
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()
|