CaioXapelaum commited on
Commit
14f834c
1 Parent(s): 0e7dcec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  # Create the Gradio interface
4
  with gr.Blocks() as demo:
5
- 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")
6
 
7
  # Launch the app
8
  demo.launch()
 
2
 
3
  # Create the Gradio interface
4
  with gr.Blocks() as demo:
5
+ 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")
6
 
7
  # Launch the app
8
  demo.launch()