Spaces:
Sleeping
Sleeping
Vivek Revi commited on
Commit ·
b79d28f
1
Parent(s): bd777fa
add: ml app
Browse files- app_simple.py +7 -0
- cat.jpg +0 -0
- dog.jpg +0 -0
- dunno.jpg +0 -0
- model.pkl +3 -0
app_simple.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
+
|
| 3 |
+
def greet(name):
|
| 4 |
+
return "Hello " + name + "!!"
|
| 5 |
+
|
| 6 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 7 |
+
iface.launch()
|
cat.jpg
ADDED
|
dog.jpg
ADDED
|
dunno.jpg
ADDED
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1324d58877c780743566565e7e31a3a7de0257d852b9aca7636b58dff78c56b5
|
| 3 |
+
size 47060011
|