Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
|
|
|
2 |
|
3 |
import gradio as gr
|
4 |
from langchain_community.llms import HuggingFaceHub
|
@@ -30,4 +31,3 @@ def predict(message, history):
|
|
30 |
|
31 |
gr.ChatInterface(predict).launch()
|
32 |
|
33 |
-
|
|
|
1 |
|
2 |
+
import os
|
3 |
|
4 |
import gradio as gr
|
5 |
from langchain_community.llms import HuggingFaceHub
|
|
|
31 |
|
32 |
gr.ChatInterface(predict).launch()
|
33 |
|
|