Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tdlvjin
/
mixtral_gguf
like
1
No application file
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
New discussion
New pull request
Resources
PR & discussions documentation
Code of Conduct
Hub documentation
All
Discussions
Pull requests
View closed (1)
Create app.py
#3 opened 12 months ago by
Dududuh
import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()
#2 opened 12 months ago by
pintooobean