Add Interface mode tab

This commit is contained in:
oobabooga 2023-03-15 23:29:56 -03:00
parent b50172255a
commit 4d64a57092
4 changed files with 213 additions and 175 deletions

View file

@ -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,