rahul7star commited on
Commit
70bf8b0
·
verified ·
1 Parent(s): e87ad32

Update autorun_lora_gradio.py

Browse files
Files changed (1) hide show
  1. autorun_lora_gradio.py +0 -4
autorun_lora_gradio.py CHANGED
@@ -482,7 +482,3 @@ augmentation:
482
  except Exception as e:
483
  return JSONResponse(status_code=500, content={"error": str(e)})
484
 
485
- # ========== FASTAPI RUNNER ==========
486
- if __name__ == "__main__":
487
- import uvicorn
488
- uvicorn.run(app, host="0.0.0.0", port=8000)
 
482
  except Exception as e:
483
  return JSONResponse(status_code=500, content={"error": str(e)})
484