Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from pipeline import
|
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):
|