Switched implementation to simple rather than pro
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import gradio as gr
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from pro_implementation.answer import answer_question
|
||||
from implementation.answer import answer_question
|
||||
|
||||
load_dotenv(override=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user