Spaces:
Sleeping
Sleeping
| 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() |