suayptalha commited on
Commit
7c54255
·
verified ·
1 Parent(s): e719a30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ demo = gr.Interface(
70
  outputs="text", # Çıktı metin olarak dönecek
71
  )
72
 
73
- if _name_ == "_main_":
74
  demo.launch(show_error=True) # Hata raporlamayı etkinleştiriyoruz
 
70
  outputs="text", # Çıktı metin olarak dönecek
71
  )
72
 
73
+ if __name__ == "__main__":
74
  demo.launch(show_error=True) # Hata raporlamayı etkinleştiriyoruz