Skip to content

Commit

Permalink
fix: address comments
Browse files Browse the repository at this point in the history
Co-authored-by: Ziniu Yu <[email protected]>
  • Loading branch information
numb3r3 and ZiniuYu authored Sep 9, 2022
1 parent 4540ff2 commit aceea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import streamlit as st
from docarray import DocumentArray, Document

from client.clip_client.client import Client
from clip_client import Client

client = Client('grpc://0.0.0.0:61000')
st.title('Laion400M retrieval')
Expand Down

0 comments on commit aceea15

Please sign in to comment.