nielsr HF staff commited on
Commit
b18c116
1 Parent(s): 1123e86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ from diffusers import DiffusionPipeline
7
  import torch
8
  from torch import autocast
9
 
 
 
10
  auth_token = os.environ.get("API_TOKEN") or True
11
 
12
  url = "https://github.com/timojl/clipseg/blob/master/example_image.jpg?raw=true"
7
  import torch
8
  from torch import autocast
9
 
10
+ import gradio as gr
11
+
12
  auth_token = os.environ.get("API_TOKEN") or True
13
 
14
  url = "https://github.com/timojl/clipseg/blob/master/example_image.jpg?raw=true"