sidthephysicskid commited on
Commit
428be4c
·
1 Parent(s): 64e802a

create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ interface = gr.load("https://huggingface.co/spaces/sidthephysicskid/InstaTutor")
4
+ interface.launch()