miittnnss commited on
Commit
29e65a9
·
verified ·
1 Parent(s): 1b2bb40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from transformers import pipeline
2
- import torch
3
 
4
  def select_model(model_name):
5
  return pipeline("image-classification", model=model_name)
 
1
  from transformers import pipeline
2
+ import gradio as gr
3
 
4
  def select_model(model_name):
5
  return pipeline("image-classification", model=model_name)