Spaces:
Sleeping
Sleeping
bhaskartripathi
commited on
Commit
•
a2be08b
1
Parent(s):
8e45d3e
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks() as demo:
|
|
228 |
gr.Markdown("<center><h4>OR<h4></center>")
|
229 |
file = gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf'])
|
230 |
question = gr.Textbox(label='Enter your question here')
|
231 |
-
model = gr.Radio(['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003'], label='Select Model', default='gpt-3.5-turbo')
|
232 |
#model = gr.Dropdown(choices=['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003'], label='Select Large Language Model', default='gpt-3.5-turbo')
|
233 |
btn = gr.Button(value='Submit')
|
234 |
btn.style(full_width=True)
|
|
|
228 |
gr.Markdown("<center><h4>OR<h4></center>")
|
229 |
file = gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf'])
|
230 |
question = gr.Textbox(label='Enter your question here')
|
231 |
+
model = gr.Radio(['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003','gpt-4','gpt-4-32k'], label='Select Model', default='gpt-3.5-turbo')
|
232 |
#model = gr.Dropdown(choices=['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003'], label='Select Large Language Model', default='gpt-3.5-turbo')
|
233 |
btn = gr.Button(value='Submit')
|
234 |
btn.style(full_width=True)
|