devagonal commited on
Commit
458e9f0
1 Parent(s): e000d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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
- A text classifier to determine if a sentence is about food or not food.
30
-
31
- Fine-tuned from [DistilBERT](https://huggingface.co/distilbert/distilbert-base-uncased) on a [small dataset of food and not food text](https://huggingface.co/datasets/mrdbourke/learn_hf_food_not_food_image_captions).
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,