htahir1 commited on
Commit
a6e15cd
Β·
1 Parent(s): c73381c

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸ“œ ZenML Stack Show Case
2
 
3
  This project aims to demonstrate the power of stacks. The code in this
 
1
+
2
+ ---
3
+ title: ZenML Breast Cancer Classifier
4
+ emoji: πŸ¦€
5
+ colorFrom: purple
6
+ colorTo: purple
7
+ sdk: gradio
8
+ sdk_version: 3.1.7
9
+ app_file: app.py
10
+ pinned: false
11
+ license: apache-2.0
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
  # πŸ“œ ZenML Stack Show Case
17
 
18
  This project aims to demonstrate the power of stacks. The code in this
steps/__pycache__/deploy_to_huggingface.cpython-38.pyc CHANGED
Binary files a/steps/__pycache__/deploy_to_huggingface.cpython-38.pyc and b/steps/__pycache__/deploy_to_huggingface.cpython-38.pyc differ
 
steps/deploy_to_huggingface.py CHANGED
@@ -27,7 +27,7 @@ from zenml.logger import get_logger
27
  logger = get_logger(__name__)
28
 
29
 
30
- @step
31
  def deploy_to_huggingface(
32
  repo_name: str,
33
  ):
 
27
  logger = get_logger(__name__)
28
 
29
 
30
+ @step(enable_cache=False)
31
  def deploy_to_huggingface(
32
  repo_name: str,
33
  ):