ayouuubBn commited on
Commit
ff0ebe4
·
verified ·
1 Parent(s): 14c5296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ with gr.Blocks() as demo2:
60
  # Create a tabbed interface
61
  with gr.Blocks() as demo:
62
  gr.TabbedInterface([demo1, demo2], ["Fast", "Critical"])
 
63
 
64
  # Launch the application
65
  demo.queue(max_size=100000) # Adjust max queue size
 
60
  # Create a tabbed interface
61
  with gr.Blocks() as demo:
62
  gr.TabbedInterface([demo1, demo2], ["Fast", "Critical"])
63
+ print("HF_TOKEN:", HF_TOKEN)
64
 
65
  # Launch the application
66
  demo.queue(max_size=100000) # Adjust max queue size