Spaces:
Sleeping
Sleeping
Commit
·
9ef8fcc
1
Parent(s):
ed264cd
commit while runtimeerror 2
Browse files
app.py
CHANGED
@@ -11,5 +11,6 @@ def greet(name):
|
|
11 |
return "Hello there {}".format(name)
|
12 |
|
13 |
# comment
|
|
|
14 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
15 |
iface.launch()
|
|
|
11 |
return "Hello there {}".format(name)
|
12 |
|
13 |
# comment
|
14 |
+
# # another test
|
15 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
16 |
iface.launch()
|