Spaces:
Build error
Build error
Commit
·
07aa5a2
1
Parent(s):
f78caf1
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,5 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
|
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
local = Repository(local_dir='space', clone_from='nehalelkaref/span_models')
|
8 |
+
# iface.launch()
|