Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ def eat_memory():
|
|
13 |
time.sleep(0.1)
|
14 |
|
15 |
def greet(name):
|
16 |
-
eat_memory()
|
17 |
return "Hello " + name + ", secret: " + os.environ.get("TEST_ENV_SECRET")
|
18 |
|
19 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
13 |
time.sleep(0.1)
|
14 |
|
15 |
def greet(name):
|
|
|
16 |
return "Hello " + name + ", secret: " + os.environ.get("TEST_ENV_SECRET")
|
17 |
|
18 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|