Krishwall commited on
Commit
51ff7a2
·
verified ·
1 Parent(s): 2f30472

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. grad-dashboard.py +1 -1
grad-dashboard.py CHANGED
@@ -115,6 +115,6 @@ with gr.Blocks(theme=gr.themes.Glass()) as dashboard:
115
  if __name__ == "__main__":
116
  try:
117
  print("Launching the Gradio dashboard...")
118
- dashboard.launch(share=True)
119
  except Exception as e:
120
  print(f"An error occurred: {e}")
 
115
  if __name__ == "__main__":
116
  try:
117
  print("Launching the Gradio dashboard...")
118
+ dashboard.launch()
119
  except Exception as e:
120
  print(f"An error occurred: {e}")