Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aka7774
/
pke_ja
like
0
Sleeping
App
Files
Files
Community
main
pke_ja
/
app.py
aka7774
Update app.py
86c18a4
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
import
fn
import
gradio
as
gr
demo = gr.Interface(
fn=fn.fn_pke,
inputs=
"text"
,
outputs=
"text"
)
if
__name__ ==
'__main__'
:
demo.launch()