Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Sep 23, 2024
1 parent c7524b8 commit dd6c8d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
request_kwargs = {}
if model_service_bearer is not None:
request_kwargs = {"headers": {"Authorization": f"Bearer {model_service_bearer}"}}
import pdb;pdb.set_trace()

@st.cache_resource(show_spinner=False)
def checking_model_service():
Expand Down

0 comments on commit dd6c8d6

Please sign in to comment.