Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -263,5 +263,3 @@ app = FastAPI()
|
|
263 |
@app.get("/")
|
264 |
def redirect():
|
265 |
return RedirectResponse(url="/")
|
266 |
-
|
267 |
-
app = gr.mount_gradio_app(app, demo, path="/")
|
|
|
263 |
@app.get("/")
|
264 |
def redirect():
|
265 |
return RedirectResponse(url="/")
|
|
|
|