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
428be4c
·
1 Parent(s):
64e802a
create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
interface = gr.load("https://huggingface.co/spaces/sidthephysicskid/InstaTutor")
4
+
interface.launch()