Abs6187 commited on
Commit
1ad1609
·
verified ·
1 Parent(s): d92e9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -143,4 +143,5 @@ interface = gr.Interface(
143
  description="Upload an image and provide text to classify the news as 'Fake' or 'Real'."
144
  )
145
 
146
- interface.launch()
 
 
143
  description="Upload an image and provide text to classify the news as 'Fake' or 'Real'."
144
  )
145
 
146
+ if __name__ == "__main__":
147
+ interface.launch(server_name="0.0.0.0", share=False)