Sample / app.py
Shredder's picture
Update app.py
afc91c4
raw
history blame
218 Bytes
import gradio as gr
demo = gr.Blocks()
with demo:
txt_file = gr.File(type="txt",label='CONTRACT')
text = gr.Textbox()
d1=gr.Dropdown(choices=questions,label='SEARCH QUERY')
b1 = gr.Button("Analyze File")