b0afb51
1
2
3
4
5
6
7
import os import gradio as gr API_KEY=os.environ["RoboMath"] iface=gr.load("spaces/Geo/RoboMath",None,API_KEY) iface.launch()