dammy commited on
Commit
a42e5a8
1 Parent(s): dc31211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -140,13 +140,8 @@ def upload_pdf(file):
140
 
141
 
142
 
143
- with gr.Interface(
144
- fn=None, # Set your function here
145
- title="Your App Title", # Add your title here
146
- description="Frontend for our tool", # Add your description here
147
- live=True,) as demo:
148
-
149
- # with gr.Blocks() as demo:
150
  '''
151
  Frontend for our tool
152
  '''
 
140
 
141
 
142
 
143
+
144
+ with gr.Blocks() as demo:
 
 
 
 
 
145
  '''
146
  Frontend for our tool
147
  '''