Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yqcyqc/Fruit-classification
DHEIVER
/
Fruit-classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yqcyqc
commited on
Mar 30
Commit
05de69c
·
verified
·
1 Parent(s):
81d3d81
Delete test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-12
test.py
DELETED
Viewed
@@ -1,12 +0,0 @@
1
-
import gradio as gr
2
-
def greet(name):
3
-
return "Hello " + name + "!"
4
-
5
-
6
-
demo = gr.Interface(
7
-
fn=greet,
8
-
inputs="textbox",
9
-
outputs="textbox"
10
-
)
11
-
12
-
demo.launch(share=True)