ffreemt
commited on
Commit
·
9dcebb5
1
Parent(s):
b9cb19a
Update
Browse files
app.py
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
import gradio
|
| 2 |
-
|
| 3 |
-
def my_inference_function(name):
|
| 4 |
-
return "Hello " + name + "!"
|
| 5 |
-
|
| 6 |
-
gradio_interface = gradio.Interface(
|
| 7 |
-
fn = my_inference_function,
|
| 8 |
-
inputs = "text",
|
| 9 |
-
outputs = "text"
|
| 10 |
-
)
|
| 11 |
-
gradio_interface.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|