dkdaniz commited on
Commit
ca0ed50
β€’
1 Parent(s): e12a5b4

Rename app.py to apps.py

Browse files
Files changed (1) hide show
  1. app.py β†’ apps.py +1 -1
app.py β†’ apps.py RENAMED
@@ -71,4 +71,4 @@ demo.queue(concurrency_count=1, max_size=5)
71
 
72
  demo.launch()
73
 
74
- # ingest.main()
 
71
 
72
  demo.launch()
73
 
74
+ ingest.main()