Spaces:
Configuration error
Configuration error
Commit
·
365661e
1
Parent(s):
b2daf73
Create __init__.py
Browse files- __init__.py +3 -0
__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from llama_hub.llama_packs.gradio_react_agent_chatbot.base import GradioReActAgentPack
|
2 |
+
|
3 |
+
__all__ = ["GradioReActAgentPack"]
|