Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,5 @@ def eat_memory():
|
|
17 |
def greet(name):
|
18 |
return "Hello " + name + "!! secret: " + os.environ.get("TEST_ENV_SECRET")
|
19 |
|
20 |
-
# comments 2
|
21 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
22 |
iface.launch()
|
|
|
17 |
def greet(name):
|
18 |
return "Hello " + name + "!! secret: " + os.environ.get("TEST_ENV_SECRET")
|
19 |
|
|
|
20 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
21 |
iface.launch()
|