Spaces:
Running
Running
Update autorun_lora_gradio.py
Browse files- 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 |
|
|
|
|
|
|
|
|
|
|
|
|