Spaces:
Sleeping
Sleeping
Sync App files
Browse files- drug_app.py +1 -1
drug_app.py
CHANGED
@@ -49,7 +49,7 @@ examples = [
|
|
49 |
|
50 |
title = "Drug Classification"
|
51 |
description = "Enter the details to correctly identify Drug type?"
|
52 |
-
article = "This app is a part of the Beginner's Guide to CI/CD for Machine Learning. It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions."
|
53 |
|
54 |
|
55 |
gr.Interface(
|
|
|
49 |
|
50 |
title = "Drug Classification"
|
51 |
description = "Enter the details to correctly identify Drug type?"
|
52 |
+
article = "TEST MODIFICATION - This app is a part of the Beginner's Guide to CI/CD for Machine Learning. It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions."
|
53 |
|
54 |
|
55 |
gr.Interface(
|