Spaces:
Runtime error
Runtime error
Roger Condori
commited on
Update app.py
Browse files
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(
|
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)
|