Phoenix21 commited on
Commit
f6bdd77
·
verified ·
1 Parent(s): b0739e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from pipeline import run_with_chain
3
  def ask_dailywellness(query: str) -> str:
4
  # Ensure that the query passed to run_with_chain is a valid string
5
  if isinstance(query, str):
 
1
  import gradio as gr
2
+ from pipeline import run_pipeline
3
  def ask_dailywellness(query: str) -> str:
4
  # Ensure that the query passed to run_with_chain is a valid string
5
  if isinstance(query, str):