ikraamkb commited on
Commit
8e97f25
·
verified ·
1 Parent(s): 6265217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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="/")