chris-rannou HF Staff commited on
Commit
08ccd60
·
verified ·
1 Parent(s): 8f9594e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ import spaces
8
  @spaces.GPU
9
  def greet(name):
10
  return "Hello there {}".format(name)
11
- 1/0
12
  # comment
13
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
  iface.launch()
 
8
  @spaces.GPU
9
  def greet(name):
10
  return "Hello there {}".format(name)
 
11
  # comment
12
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
13
  iface.launch()