ishaan-mital commited on
Commit
b74c568
·
1 Parent(s): d12dd87

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ def main(question):
75
  demo = gr.Interface(main, inputs = "text", outputs = "text")
76
 
77
  if __name__ == "__main__":
78
- demo.launch(share=True)
 
75
  demo = gr.Interface(main, inputs = "text", outputs = "text")
76
 
77
  if __name__ == "__main__":
78
+ demo.launch()