Skip to content

Commit

Permalink
update streamlit ui
Browse files Browse the repository at this point in the history
  • Loading branch information
imClumsyPanda committed May 31, 2023
1 parent e093f86 commit 27ef86f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webui_st.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
from configs.model_config import *
import nltk
from models.base import (BaseAnswer,
AnswerResult,
AnswerResultStream,
AnswerResultQueueSentinelTokenListenerQueue)
AnswerResult,)
import models.shared as shared
from models.loader.args import parser
from models.loader import LoaderCheckPoint
Expand Down

0 comments on commit 27ef86f

Please sign in to comment.