omerXfaruq commited on
Commit
0295b84
1 Parent(s): 0345768

Update requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +3 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -70,7 +70,9 @@ def control_input_and_output_types(interface_list: List["gr.Interface"]) -> bool
70
  return True
71
 
72
 
73
- def space_builder(spaces, hf_token, username, space_name, space_description):
 
 
74
  """
75
  Creates a space with given inputs
76
  :param spaces:
 
70
  return True
71
 
72
 
73
+
74
+
75
+ def space_builder(spaces: str, hf_token: str, username: str, space_name: str, space_description: str) -> str:
76
  """
77
  Creates a space with given inputs
78
  :param spaces:
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio
2
  numpy
3
  requests
4
- typing
 
 
1
  gradio
2
  numpy
3
  requests
4
+ typing
5
+ huggingface_hub