chris-rannou HF staff commited on
Commit
9924b89
·
verified ·
1 Parent(s): 287358b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,5 +16,6 @@ def eat_memory():
16
  def greet(name):
17
  return "Hello " + name + "!! secret: " + os.environ.get("TEST_ENV_SECRET")
18
 
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
  iface.launch()
 
16
  def greet(name):
17
  return "Hello " + name + "!! secret: " + os.environ.get("TEST_ENV_SECRET")
18
 
19
+ # bidule
20
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
21
  iface.launch()