ky2k commited on
Commit
2397be5
1 Parent(s): 8a5427e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -25,4 +25,8 @@ face = gr.Interface(fn=start_fn,
25
  'Article'),
26
  title=title,
27
  description=description,)
28
- face.launch(server_name="0.0.0.0", share=True)
 
 
 
 
 
25
  'Article'),
26
  title=title,
27
  description=description,)
28
+ #face.launch(server_name="0.0.0.0", share=True)
29
+
30
+ #launching the app
31
+ if __name__ == "__main__":
32
+ face.launch(debug=True)