Add Interface mode tab
This commit is contained in:
parent
b50172255a
commit
4d64a57092
4 changed files with 213 additions and 175 deletions
|
@ -19,6 +19,9 @@ gradio = {}
|
|||
# Generation input parameters
|
||||
input_params = []
|
||||
|
||||
# For restarting the interface
|
||||
need_restart = False
|
||||
|
||||
settings = {
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue