File size: 338 Bytes
7e8b5c9
 
0e7dcec
 
14f834c
5e23183
0e7dcec
 
1
2
3
4
5
6
7
8
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()