Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/top-20-img-img
Omnibus
/
top-20-img-img-tint
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a85be17
top-20-img-img-tint
/
app.py
Omnibus
Create app.py
a85be17
verified
11 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
gradio
as
gr
from
models
import
models
loaded_model=[]
for
i,model
in
enumerate
(models):
loaded_model.append(gr.load(
f'models/
{model}
'
))
print
(loaded_model)