NIRVANALAN commited on
Commit
e505b8e
·
1 Parent(s): c9669c7
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,4 +10,5 @@ def greet(n):
10
  print(zero.device) # <-- 'cuda:0' 🤗
11
  return f"Hello {zero + n} Tensor"
12
 
13
- demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
 
 
10
  print(zero.device) # <-- 'cuda:0' 🤗
11
  return f"Hello {zero + n} Tensor"
12
 
13
+ demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
14
+ demo.launch()