Zakia commited on
Commit
deadc5a
·
1 Parent(s): 8181851
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,4 +22,5 @@ iface = gr.Interface(
22
  outputs="text",
23
  theme="darkdefault")
24
 
 
25
  iface.launch()
 
22
  outputs="text",
23
  theme="darkdefault")
24
 
25
+ if __name__ == "__main__":
26
  iface.launch()