1Noura commited on
Commit
a71605b
·
verified ·
1 Parent(s): 1cc6afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -57,6 +57,5 @@ interface = gr.Interface(
57
  )
58
 
59
 
60
- # Launch the Gradio application within the main guard
61
- if __name__ == "__main__":
62
- interface.launch()
 
57
  )
58
 
59
 
60
+ # Launch the Gradio application
61
+ interface.launch()