bogeumkim commited on
Commit
7960667
·
verified ·
1 Parent(s): f57c294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,4 +44,5 @@ demo = gr.Interface(
44
  title="Webpage Section and Path Extractor"
45
  )
46
 
47
- demo.launch()
 
 
44
  title="Webpage Section and Path Extractor"
45
  )
46
 
47
+ if __name__ == "__main__":
48
+ demo.launch()