Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|