Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geo
/
GRoboMath
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GRoboMath
/
app.py
Geo
Create app.py
b0afb51
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
import
os
import
gradio
as
gr
API_KEY=os.environ[
"RoboMath"
]
iface=gr.load(
"spaces/Geo/RoboMath"
,
None
,API_KEY)
iface.launch()