Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
changxin
/
pq
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
changxin
commited on
Jun 19, 2022
Commit
f666441
·
1 Parent(s):
eea2701
Delete test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-5
test.py
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
import gradio as gr
2
-
def fx(x):
3
-
return "你好:"+x
4
-
5
-
gr.Interface(fn=fx,inputs="text",outputs="text").launch(auth=("changxin", "123456"))