Spaces:
mashroo
/
Runtime error

YoussefAnso commited on
Commit
5ea1ced
·
1 Parent(s): 867f45c

Remove the main guard from app.py to simplify the launch process. This change streamlines the code structure and enhances readability.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -253,5 +253,4 @@ with gr.Blocks() as demo:
253
  outputs=outputs,
254
  )
255
 
256
- if __name__ == "__main__":
257
  demo.queue().launch()
 
253
  outputs=outputs,
254
  )
255
 
 
256
  demo.queue().launch()