Spaces:
Paused
Paused
Update app.py
Browse files
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()
|