carbonnnnn commited on
Commit
37f4888
·
1 Parent(s): 4823e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import gradio as gr
4
  import time
5
  from hay.pipeline import rs_pipeline
6
 
7
- d='data'
8
- # d='data2'
9
 
10
  title = """<h1 align="center">Chat Literature</h1>"""
11
  description = """<br><br><h3 align="center">This is a literature chat model, which can currently answer questions to regulation/two-sided markets topic in Supply chain mangement.</h3>"""
 
4
  import time
5
  from hay.pipeline import rs_pipeline
6
 
7
+ # d='data'
8
+ d='data2'
9
 
10
  title = """<h1 align="center">Chat Literature</h1>"""
11
  description = """<br><br><h3 align="center">This is a literature chat model, which can currently answer questions to regulation/two-sided markets topic in Supply chain mangement.</h3>"""