jaimin commited on
Commit
4aebf90
Β·
1 Parent(s): 9c7e260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -127,6 +127,5 @@ demo = gr.Interface(final_summary, inputs=[gr.inputs.Textbox(label="Drop your ar
127
  outputs=[gr.outputs.Textbox(label="Summary")],
128
  theme= "darkhuggingface")
129
 
130
- #launching the app
131
- if __name__ == "__main__":
132
- demo.launch(share=True)
 
127
  outputs=[gr.outputs.Textbox(label="Summary")],
128
  theme= "darkhuggingface")
129
 
130
+
131
+ demo.launch()