Karthikeyan commited on
Commit
fc6a57c
1 Parent(s): 0e25ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ class ChemicalIdentifier:
314
  compare_btn.click(self.comparing_chemicals,[excel_input,answer],compared_result)
315
 
316
  # btn.click(fn=self.get_chemicals, inputs=url, outputs=chemicals_textbox)
317
- demo.launch(share=True)
318
 
319
  except Exception as e:
320
  self.logger.error("Error occurred while launching Gradio interface: %s", str(e))
 
314
  compare_btn.click(self.comparing_chemicals,[excel_input,answer],compared_result)
315
 
316
  # btn.click(fn=self.get_chemicals, inputs=url, outputs=chemicals_textbox)
317
+ demo.launch()
318
 
319
  except Exception as e:
320
  self.logger.error("Error occurred while launching Gradio interface: %s", str(e))