Ansa12 commited on
Commit
354be17
·
verified ·
1 Parent(s): 9b00b57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -232,5 +232,6 @@ with gr.Blocks() as iface: # Removed theme argument
232
  # -------------------------------------------------------------
233
  # LAUNCH APP
234
  # -------------------------------------------------------------
235
- if _name_ == "_main_":
236
-   iface.launch()
 
 
232
  # -------------------------------------------------------------
233
  # LAUNCH APP
234
  # -------------------------------------------------------------
235
+ if __name__ == "__main__":
236
+ iface.launch()
237
+