Kathirsci commited on
Commit
c9f1129
·
verified ·
1 Parent(s): ae669c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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