SimrusDenuvo commited on
Commit
1e10719
·
verified ·
1 Parent(s): 23b49f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ demo = gr.Interface(
36
  )
37
 
38
  # Запуск
39
- if name == "__main__":
40
  demo.launch()
 
36
  )
37
 
38
  # Запуск
39
+ if __name__ == "__main__":
40
  demo.launch()