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...
pintooobean
commited on
Feb 1, 2024
Commit
2b693c9
·
verified
·
1 Parent(s):
665afe9
import gradio as gr def greet(name): return "Hello " + name + "!!" iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()
Browse files
Files changed (1)
hide
show
app.py
+0
-0
app.py
ADDED
Viewed
File without changes