sraimund commited on
Commit
c328fb6
·
verified ·
1 Parent(s): f32d83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import torch
3
  import open_clip
 
4
 
5
  def predict(input_image):
6
  device = torch.device("cpu")
 
1
  import gradio as gr
2
  import torch
3
  import open_clip
4
+ import joblib
5
 
6
  def predict(input_image):
7
  device = torch.device("cpu")