Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
-
from
|
4 |
|
5 |
# Initialize the AI core
|
6 |
ai_core = AICoreAGIX()
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
from AICoreAGIX_with_TB import AICoreAGIX# Ensure this imports your AICoreAGIX class
|
4 |
|
5 |
# Initialize the AI core
|
6 |
ai_core = AICoreAGIX()
|