Update main.py
#1
by
MarioPrzBasto
- opened
main.py
CHANGED
|
@@ -97,6 +97,7 @@ def load_image_url(source):
|
|
| 97 |
|
| 98 |
return img
|
| 99 |
|
|
|
|
| 100 |
@app.on_event("startup")
|
| 101 |
async def startup_event():
|
| 102 |
gr.mount_gradio_app(app, generate_gradio(), path="/")
|
|
|
|
| 97 |
|
| 98 |
return img
|
| 99 |
|
| 100 |
+
|
| 101 |
@app.on_event("startup")
|
| 102 |
async def startup_event():
|
| 103 |
gr.mount_gradio_app(app, generate_gradio(), path="/")
|