krafiq commited on
Commit
eec2eeb
1 Parent(s): 12c5b0a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- pandas
2
- tensorflow
3
  opencv-python-headless
4
- numpy
5
- matplotlib
6
- gradio
 
1
+ pandas as pd
2
+ tensorflow as tf
3
  opencv-python-headless
4
+ numpy as np
5
+ matplotlib as plt
6
+ gradio as gr