Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Ava2lon
/
Automation
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ava2lon
commited on
Dec 15, 2025
Commit
38fdb2d
·
verified
·
1 Parent(s):
98a9485
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
Browse files
Files changed (1)
hide
show
app.py
+0
-0
app.py
ADDED
Viewed
File without changes