File size: 384 Bytes
e9f6e3c
 
 
 
 
86d5864
297ee3c
 
 
 
39e071c
 
1
2
3
4
5
6
7
8
9
10
11
12
import os
import gradio as gr
import requests
import inspect
import pandas as pd
#from core_agent import GAIAAgent

if __name__ == "__main__":
    print("\n" + "-"*30 + " App Starting " + "-"*30)
    # Check for SPACE_HOST and SPACE_ID at startup for information
    #space_host_startup = os.getenv("SPACE_HOST")
    #space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup