Vikas01 commited on
Commit
81c59b6
·
1 Parent(s): f6897b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def gradio_interface():
232
  return demo
233
 
234
 
235
- @app.route('/att')
236
  def gradio():
237
  interface = gradio_interface()
238
  return interface.launch()
 
232
  return demo
233
 
234
 
235
+ @app.route('/at')
236
  def gradio():
237
  interface = gradio_interface()
238
  return interface.launch()