shroogawh2 commited on
Commit
e458ce0
·
verified ·
1 Parent(s): 1f90b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ interface = gr.Interface(
51
  description="Enter the query JSON containing hotel details and images. This interface displays the information for multiple hotels with images and text side by side.",
52
  )
53
 
54
- interface.launch(share= True)
55
 
 
51
  description="Enter the query JSON containing hotel details and images. This interface displays the information for multiple hotels with images and text side by side.",
52
  )
53
 
54
+ interface.launch()
55