Spaces:
Runtime error
Runtime error
Commit
·
c7a3a13
1
Parent(s):
c684a3f
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def eat_memory():
|
|
16 |
|
17 |
|
18 |
def greet(name):
|
19 |
-
|
20 |
return "Hello " + name + "!!"
|
21 |
|
22 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
16 |
|
17 |
|
18 |
def greet(name):
|
19 |
+
1/0
|
20 |
return "Hello " + name + "!!"
|
21 |
|
22 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|