aka7774 commited on
Commit
6a314bd
1 Parent(s): 86c18a4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -27,8 +27,6 @@ app.add_middleware(
27
 
28
  gr.mount_gradio_app(app, demo, path="/gradio")
29
 
30
- fn.load_model()
31
-
32
  @app.post("/run")
33
  async def api_run(text: str):
34
  try:
 
27
 
28
  gr.mount_gradio_app(app, demo, path="/gradio")
29
 
 
 
30
  @app.post("/run")
31
  async def api_run(text: str):
32
  try: