vtrv.vls commited on
Commit
01f643f
·
1 Parent(s): 8b9a418

Clear inputs on model change

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ def model_gen(content, model_type: str, chat_history):
44
  print(MODEL_LIB[model_type])
45
  return gen(content, chat_history)
46
 
47
- def reset()
48
 
49
  MODEL_LIB = {'RUBASE': giga_gen, 'TINYLLAMA': tiny_gen, 'QWEN2INS1B': qwen_gen}
50
 
 
44
  print(MODEL_LIB[model_type])
45
  return gen(content, chat_history)
46
 
 
47
 
48
  MODEL_LIB = {'RUBASE': giga_gen, 'TINYLLAMA': tiny_gen, 'QWEN2INS1B': qwen_gen}
49