Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seawolf2357
/
autogpt2
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
autogpt2
/
classic
/
frontend
/
linux
/
main.cc
seawolf2357
Deploy from GitHub repository
3382f47
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
#
include
"my_application.h"
int
main
(
int
argc,
char
** argv)
{
g_autoptr
(MyApplication) app =
my_application_new
();
return
g_application_run
(
G_APPLICATION
(app), argc, argv);
}