Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohli
/
ICS5110
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a34aae9
ICS5110
/
KNN_UI.py
mohli
Upload 4 files
a34aae9
verified
4 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
import
gradio
as
gr
class
KNN_UI
():
def
get_interface
(
self
) -> gr.Blocks:
with
gr.Blocks()
as
interface:
gr.Markdown(
"hello world!"
)
return
interface