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...
4087097
pq
/
test.py
changxin
Create test.py
bab32aa
almost 3 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
gradio
as
gr
def
fx
(
x
):
return
"你好:"
+x
gr.Interface(fn=fx,inputs=
"text"
,outputs=
"text"
).launch(auth=(
"changxin"
,
"123456"
))