GGUF-Playground / app.py
CaioXapelaum's picture
Update app.py
14f834c verified
raw
history blame contribute delete
338 Bytes
import gradio as gr
# Create the Gradio interface
with gr.Blocks() as demo:
gr.Markdown("GGUF Playground has been **permanently** moved to [this](https://colab.research.google.com/drive/18R0v4fBeuiIxvDh26WBVflmjPJVZ7MGK?usp=sharing) colab notebook, remember to run on TPU, im too lazy to split cells")
# Launch the app
demo.launch()