Spaces:
Sleeping
Sleeping
trying to fix import problem
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
from mythesis_chatbot.rag_setup import (
|
| 4 |
SupportedRags,
|
| 5 |
automerging_retrieval_setup,
|
| 6 |
basic_rag_setup,
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
from src.mythesis_chatbot.rag_setup import (
|
| 4 |
SupportedRags,
|
| 5 |
automerging_retrieval_setup,
|
| 6 |
basic_rag_setup,
|