sanjeevbora commited on
Commit
bd9da71
·
verified ·
1 Parent(s): 0564650

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def check_login():
62
  def handle_login_click():
63
  login()
64
  return check_login()
65
-
66
  def gradio_interface():
67
  with gr.Blocks() as demo:
68
  gr.Markdown("### Welcome to the App")
 
62
  def handle_login_click():
63
  login()
64
  return check_login()
65
+ @spaces.GPU(duration=60)
66
  def gradio_interface():
67
  with gr.Blocks() as demo:
68
  gr.Markdown("### Welcome to the App")