Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
tikslop
like
303
Running
on
CPU Upgrade
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
2e813e6
tikslop
/
linux
/
main.cc
jbilcke-hf
HF Staff
initial commit log 🪵🦫
5acd9c3
about 2 months ago
raw
Copy download link
history
blame
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);
}