siddhartharya commited on
Commit
772260c
1 Parent(s): 6d14527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,5 +97,5 @@ iface = gr.Interface(
97
  theme=gr.themes.Soft()
98
  )
99
 
100
- # This line is crucial for Hugging Face Spaces
101
- app = gr.mount_gradio_app(iface)
 
97
  theme=gr.themes.Soft()
98
  )
99
 
100
+ if __name__ == "__main__":
101
+ iface.launch()