Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
zen
pintooobean
Follow
AI & ML interests
None yet
Organizations
None yet
pintooobean
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
New activity in
tdlvjin/mixtral_gguf
about 1 year ago
import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()
#2 opened about 1 year ago by
pintooobean