Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
|
|
|
| 3 |
from agents_config import create_agents
|
| 4 |
from utils import validate_hf_token, format_chat_history
|
| 5 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
# تأكد أن المكتبة تسمى pyautogen في requirements ولكن تُستدعى كـ autogen
|
| 3 |
+
import autogen
|
| 4 |
from agents_config import create_agents
|
| 5 |
from utils import validate_hf_token, format_chat_history
|
| 6 |
|