Caleb Goh commited on
Commit
eec84f8
·
1 Parent(s): 0526154

Update app.py

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
- demo = gr.load("heze8/match-with-reference", src ='spaces')
4
  demo.launch()
 
1
  import gradio as gr
2
 
3
+ demo = gr.Interface.load("spaces/heze8/match-with-reference")
4
  demo.launch()