Commit
·
a11b407
1
Parent(s):
7b3dca2
update path
Browse files- {owl → examples}/run_groq.py +0 -0
- owl/webapp.py +1 -1
- owl/webapp_backup.py +1 -1
- owl/webapp_zh.py +1 -1
{owl → examples}/run_groq.py
RENAMED
File without changes
|
owl/webapp.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
-
from
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
import time
|
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
+
from utils import run_society
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
import time
|
owl/webapp_backup.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
-
from
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
from typing import Tuple, List, Dict
|
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
+
from utils import run_society
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
from typing import Tuple, List, Dict
|
owl/webapp_zh.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
-
from
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
import time
|
|
|
12 |
# limitations under the License.
|
13 |
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
|
14 |
# Import from the correct module path
|
15 |
+
from utils import run_society
|
16 |
import os
|
17 |
import gradio as gr
|
18 |
import time
|