gitio-app / demo.yaml
lint's picture
Upload folder using huggingface_hub
5cd0396
raw
history blame
554 Bytes
lite_metadata:
gradio_version: 3.32.0
liteobj_version: 0.0.7
class_string: gradio.interface.Interface
kwargs:
title: gitio app
description: make hello world app
article: null
thumbnail: null
theme: gradio/seafoam
css: null
allow_flagging: never
inputs: []
outputs:
- class_string: gradio.components.Textbox
kwargs:
label: output
fn:
class_string: gradify.gradify_closure
kwargs:
argmaps: []
func_kwargs: {}
source: "def hello_world():\n return 'Hello, World!'\n\n\nprint(hello_world())\n"