Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,12 +3,12 @@ import monai
|
|
| 3 |
import torch
|
| 4 |
|
| 5 |
def greet(name, intensity):
|
| 6 |
-
return "Hello "
|
| 7 |
|
| 8 |
demo = gr.Interface(
|
| 9 |
fn=greet,
|
| 10 |
title="test-title",
|
| 11 |
-
inputs=["
|
| 12 |
outputs=["text"],
|
| 13 |
)
|
| 14 |
|
|
|
|
| 3 |
import torch
|
| 4 |
|
| 5 |
def greet(name, intensity):
|
| 6 |
+
return "Hello "
|
| 7 |
|
| 8 |
demo = gr.Interface(
|
| 9 |
fn=greet,
|
| 10 |
title="test-title",
|
| 11 |
+
inputs=["file"],
|
| 12 |
outputs=["text"],
|
| 13 |
)
|
| 14 |
|