akar49 commited on
Commit
7f8416d
·
verified ·
1 Parent(s): c4895de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,9 +57,9 @@ examples = [
57
  ]
58
 
59
 
60
- title = "Drug Classification"
61
  description = "Enter the details to correctly identify Drug type?"
62
- article = "This app is a part of the **[Beginner's Guide to CI/CD for Machine Learning](https://www.datacamp.com/tutorial/ci-cd-for-machine-learning)**. It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions."
63
 
64
 
65
  gr.Interface(
@@ -71,4 +71,4 @@ gr.Interface(
71
  description=description,
72
  article=article,
73
  theme=gr.themes.Soft(),
74
- ).launch()
 
57
  ]
58
 
59
 
60
+ title = "Drug Classification App"
61
  description = "Enter the details to correctly identify Drug type?"
62
+ article = "Deployment of models to Hugging Face spaces using Gradio"
63
 
64
 
65
  gr.Interface(
 
71
  description=description,
72
  article=article,
73
  theme=gr.themes.Soft(),
74
+ ).launch(share=True)