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

Reverted a change to Gradio's .launch()

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