Tymec commited on
Commit
63ffb6b
·
1 Parent(s): b42b884

Remove prev entry point

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py DELETED
@@ -1,5 +0,0 @@
1
- """Entry point for Hugging Face gradio space."""
2
-
3
- from app.gui import launch_gui
4
-
5
- launch_gui(share=False)