DHEIVER commited on
Commit
10ea502
·
verified ·
1 Parent(s): 716ba45

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio==4.19.2
2
+ gradio_client==0.10.1
3
+ sqlite3 # (já vem com Python)
4
+ typing # (já vem com Python)
5
+ asyncio # (já vem com Python)
6
+ pathlib # (já vem com Python)
7
+ logging # (já vem com Python)