sidthephysicskid commited on
Commit
07f2c6a
·
1 Parent(s): be9b08e

hf_token needed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- interface = gr.load("sidthephysicskid/InstaTutor", src="spaces")
4
  interface.launch()
 
1
  import gradio as gr
2
 
3
+ interface = gr.load("sidthephysicskid/InstaTutor", src="spaces", hf_token='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')
4
  interface.launch()