Roger Condori commited on
Commit
d35579d
1 Parent(s): ae5dbd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -119,8 +119,9 @@ with gr.Blocks(theme=theme, css=css) as demo:
119
 
120
  change_model_button.click(dc.change_llm,[repo_, file_, max_tokens, temperature, top_p, top_k, repeat_penalty, max_docs],[model_verify])
121
  falcon_button.click(dc.default_falcon_model, [], [model_verify])
 
122
  print(langchain.__version__)
123
- print(gradio.__version__)
124
  print(param.__version__)
125
  print(DEMO)
126
  demo.launch(enable_queue=True)
 
119
 
120
  change_model_button.click(dc.change_llm,[repo_, file_, max_tokens, temperature, top_p, top_k, repeat_penalty, max_docs],[model_verify])
121
  falcon_button.click(dc.default_falcon_model, [], [model_verify])
122
+ import langchain
123
  print(langchain.__version__)
124
+ print(gr.__version__)
125
  print(param.__version__)
126
  print(DEMO)
127
  demo.launch(enable_queue=True)