Spaces:
Sleeping
Sleeping
Updated
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import requests
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
-
from
|
7 |
|
8 |
# Debug function to show available environment variables
|
9 |
def debug_environment():
|
|
|
3 |
import requests
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
+
from main_agent import GAIAAgent
|
7 |
|
8 |
# Debug function to show available environment variables
|
9 |
def debug_environment():
|