VyLala commited on
Commit
d0c4aff
·
verified ·
1 Parent(s): 6a10b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -22
app.py CHANGED
@@ -411,28 +411,6 @@ with gr.Blocks() as interface:
411
  # every=0.5, # streaming enabled
412
  # show_progress="full"
413
  # )
414
- print("🎯 DEBUG COMPONENT TYPES")
415
- print(type(output_table))
416
- print(type(results_group))
417
- print(type(download_file))
418
- print(type(usage_display))
419
- print(type(status))
420
- print(type(progress_box))
421
- from mtdna_backend import increment_usage, load_user_usage
422
-
423
- print("🧪 Increment usage for [email protected]")
424
- new_count = increment_usage("[email protected]", 3)
425
- print("New usage count:", new_count)
426
-
427
- print("📊 All usage:")
428
- print(load_user_usage())
429
- print("🧪 Increment usage for [email protected]")
430
- new_count = increment_usage("[email protected]", 30)
431
- print("New usage count:", new_count)
432
-
433
- print("📊 All usage:")
434
- print(load_user_usage())
435
-
436
 
437
  # interface.stream(
438
  # fn=threaded_batch_runner,
 
411
  # every=0.5, # streaming enabled
412
  # show_progress="full"
413
  # )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
 
415
  # interface.stream(
416
  # fn=threaded_batch_runner,