update path

This commit is contained in:
Wendong
2025-03-17 15:17:08 +08:00
parent 1ddf8c27e6
commit 6da9bd4716
4 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# Import from the correct module path
from owl.utils import run_society
from utils import run_society
import os
import gradio as gr
import time

View File

@@ -12,7 +12,7 @@
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# Import from the correct module path
from owl.utils import run_society
from utils import run_society
import os
import gradio as gr
from typing import Tuple, List, Dict

View File

@@ -12,7 +12,7 @@
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# Import from the correct module path
from owl.utils import run_society
from utils import run_society
import os
import gradio as gr
import time