nneka commited on
Commit
428085f
1 Parent(s): e5d09b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@
2
  ###Implement a question answering system using Gradio's lower-level API. The system features two input fields: the first for the context and the second for the user's question. The system then outputs the model's response
3
 
4
 
5
- #Install Libraries
6
- !pip install gradio
7
-
8
  #Import libraries
9
  import gradio as gr
10
  from transformers import pipeline
 
2
  ###Implement a question answering system using Gradio's lower-level API. The system features two input fields: the first for the context and the second for the user's question. The system then outputs the model's response
3
 
4
 
 
 
 
5
  #Import libraries
6
  import gradio as gr
7
  from transformers import pipeline