Update app.py
Browse files
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
|