Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sidthephysicskid
/
InstaTutor_v1
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sidthephysicskid
commited on
Oct 4, 2023
Commit
be9b08e
·
1 Parent(s):
9a7176e
src to follow the non kwarg
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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()