Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alkzar90
/
rock-glacier-detector
like
0
Runtime error
App
Files
Files
Community
56c3aaa
rock-glacier-detector
/
app.py
alkzar90
Add api_key for reading...
079016c
about 2 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
import
os
import
gradio
as
gr
iface = gr.Interface.load(name=
'alkzar90/skynet'
, src=
'models'
, api_key=
'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'
)
if
__name__ ==
"__main__"
:
iface.launch()