marta-marta commited on
Commit
7f44091
·
1 Parent(s): df7d42f

Added requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +4 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import streamlit as st
5
 
6
  # HELLO HUGGING FACE
7
 
 
8
  def basic_box_array(image_size: int, thickness: int) -> np.ndarray:
9
  """
10
  :param image_size: [int] - the size of the image that will be produced
 
5
 
6
  # HELLO HUGGING FACE
7
 
8
+
9
  def basic_box_array(image_size: int, thickness: int) -> np.ndarray:
10
  """
11
  :param image_size: [int] - the size of the image that will be produced
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ huggingface_hub==0.12.0
2
+ numpy==1.21.5
3
+ scipy==1.9.1
4
+ streamlit==1.18.1