euler314 commited on
Commit
5c798a2
·
verified ·
1 Parent(s): 17ac947

Delete app_hf.py

Browse files
Files changed (1) hide show
  1. app_hf.py +0 -5
app_hf.py DELETED
@@ -1,5 +0,0 @@
1
- import gradio as gr
2
- from app import build_gradio_app
3
-
4
- app = build_gradio_app()
5
- app.launch(server_name="0.0.0.0")