Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomalex04
/
Credible
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Credible
/
misinformationui
/
linux
/
runner
/
main.cc
tomalex04
Initial commit
700863c
4 months ago
raw
Copy download link
history
blame
contribute
delete
186 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);
}