1Noura commited on
Commit
aabf33f
·
verified ·
1 Parent(s): 95953e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -74,5 +74,7 @@ interface = gr.Interface(
74
  ]
75
  )
76
 
77
- # Launch the Gradio application
78
- interface.launch()
 
 
 
74
  ]
75
  )
76
 
77
+ # Launch the Gradio application within the main guard
78
+ if __name__ == "__main__":
79
+ interface.launch()
80
+