hiyouga commited on
Commit
95eb79b
1 Parent(s): a361ad5

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py DELETED
@@ -1,12 +0,0 @@
1
- import gradio as gr
2
- import spaces
3
- import torch
4
-
5
-
6
- @spaces.GPU
7
- def greet(n):
8
- return f"Hello {zero + n} Tensor"
9
-
10
-
11
- demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
12
- demo.launch()