Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,9 @@ def food_not_food_classifier(text: str) -> Dict[str, float]:
|
|
26 |
|
27 |
# 3. Create a Gradio interface with details about our app
|
28 |
description = """
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
See [source code](https://github.com/mrdbourke/learn-huggingface/blob/main/notebooks/hugging_face_text_classification_tutorial.ipynb).
|
34 |
"""
|
35 |
|
36 |
demo = gr.Interface(fn=food_not_food_classifier,
|
|
|
26 |
|
27 |
# 3. Create a Gradio interface with details about our app
|
28 |
description = """
|
29 |
+
a text classifier to determine question class.
|
30 |
+
label0 = durga
|
31 |
+
label1 = muhammad
|
|
|
|
|
32 |
"""
|
33 |
|
34 |
demo = gr.Interface(fn=food_not_food_classifier,
|