Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from datetime import datetime
|
3 |
from typing import List, Optional, Any, Mapping, TypeVar
|
4 |
import pydantic
|
5 |
-
from pydantic.main import ModelMetaclass, BaseModel # Modify this import
|
6 |
import semantic_kernel
|
7 |
from plugins.sk_bing_plugin import BingPlugin
|
8 |
from plugins.sk_web_pages_plugin import WebPagesPlugin
|
|
|
2 |
from datetime import datetime
|
3 |
from typing import List, Optional, Any, Mapping, TypeVar
|
4 |
import pydantic
|
5 |
+
# from pydantic.main import ModelMetaclass, BaseModel # Modify this import
|
6 |
import semantic_kernel
|
7 |
from plugins.sk_bing_plugin import BingPlugin
|
8 |
from plugins.sk_web_pages_plugin import WebPagesPlugin
|