Spaces:
Runtime error
Runtime error
Commit
·
07f2c6a
1
Parent(s):
be9b08e
hf_token needed
Browse files
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()
|