crossroderick commited on
Commit
512ac41
·
1 Parent(s): 1555000

Added a Gradio .launch() parameter

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,4 +60,6 @@ demo = gr.Interface(
60
  flagging_mode = "never"
61
  )
62
 
63
- demo.launch()
 
 
 
60
  flagging_mode = "never"
61
  )
62
 
63
+
64
+ if __name__ == "__main__":
65
+ demo.launch(share = True)