Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
khaled06
/
Question-Answering_AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
khaled06
commited on
Sep 13, 2024
Commit
e800480
·
verified
·
1 Parent(s):
497a28d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,3 @@ app = gr.Interface(
28
gr.Textbox(label = 'enter question')],
29
outputs=gr.Textbox(label = 'answer')
30
)
31
-
app.launch()
28
gr.Textbox(label = 'enter question')],
29
outputs=gr.Textbox(label = 'answer')
30
)