Spaces:
Runtime error
Runtime error
Remove unsupported parameter
Browse files`launch(share=True)` is not supported in Hugging Face Spaces.
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(
|
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__":
|