Spaces:
Runtime error
Runtime error
| from transformers import pipeline | |
| import gradio as gr | |
| import timm | |
| image_classifier = pipeline("image-classification") | |
| gr.Interface.from_pipeline(image_classifier).launch(share = True) |