ChenyuRabbitLove commited on
Commit
1178599
·
verified ·
1 Parent(s): bf44f88

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
1
- import gradio as gr
2
- import os
3
-
4
- access_token= os.environ.get("HF_TOKEN")
5
-
6
- app = gr.load("JunyiAcademy/vaitor", hf_token=access_token, src="spaces")
7
- app.queue().launch()