faheem66 commited on
Commit
32520ce
·
1 Parent(s): d101797

changed training approach

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,4 +289,4 @@ iface = gr.Interface(
289
  description="Enter HTML content or generate random HTML to test the model. The model will extract employee information and return it in JSON format."
290
  )
291
 
292
- iface.launch(share=True)
 
289
  description="Enter HTML content or generate random HTML to test the model. The model will extract employee information and return it in JSON format."
290
  )
291
 
292
+ iface.launch()