Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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)
|