ZennyKenny commited on
Commit
ac87658
·
verified ·
1 Parent(s): 9d3786d

Remove unsupported parameter

Browse files

`launch(share=True)` is not supported in Hugging Face Spaces.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ def main() -> None:
383
  demo.load(get_top, None, [top_df_plot], every=update_interval_charts)
384
 
385
  # Launch the Gradio interface
386
- demo.launch(share=True)
387
 
388
 
389
  if __name__ == "__main__":
 
383
  demo.load(get_top, None, [top_df_plot], every=update_interval_charts)
384
 
385
  # Launch the Gradio interface
386
+ demo.launch()
387
 
388
 
389
  if __name__ == "__main__":