sidthephysicskid commited on
Commit
be9b08e
·
1 Parent(s): 9a7176e

src to follow the non kwarg

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(src="spaces", "sidthephysicskid/InstaTutor")
4
  interface.launch()
 
1
  import gradio as gr
2
 
3
+ interface = gr.load("sidthephysicskid/InstaTutor", src="spaces")
4
  interface.launch()