Netrava commited on
Commit
5502f1e
·
verified ·
1 Parent(s): 2642875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,5 +207,5 @@ with gr.Blocks(title="Netrava UI Detection") as demo:
207
 
208
  # Launch the interface
209
  if __name__ == "__main__":
210
- demo.launch(server_name="0.0.0.0") # if required for SSR, but optional
211
 
 
207
 
208
  # Launch the interface
209
  if __name__ == "__main__":
210
+ demo.launch()
211