barabum commited on
Commit
2be815a
1 Parent(s): 2217d55
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def image_to_embedding(img: np.ndarray):
12
 
13
 
14
  iface = gr.Interface(fn=image_to_embedding, inputs="image", outputs="textbox", cache_examples=True)
15
- iface.launch()
 
12
 
13
 
14
  iface = gr.Interface(fn=image_to_embedding, inputs="image", outputs="textbox", cache_examples=True)
15
+ iface.launch(auth=("Cdpv9i6Q", "R206pqYF"))