Spaces:
Running
on
Zero
Running
on
Zero
NIRVANALAN
commited on
Commit
·
e505b8e
1
Parent(s):
c9669c7
update
Browse files
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()
|