VaultChem commited on
Commit
c32522b
·
verified ·
1 Parent(s): 48f1c5b

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def process_pipeline(test_file):
191
 
192
  if __name__ == "__main__":
193
 
194
- with gr.Block() as demo:
195
  print("Starting the FHE Model")
196
 
197
 
 
191
 
192
  if __name__ == "__main__":
193
 
194
+ with gr.Blocks() as demo:
195
  print("Starting the FHE Model")
196
 
197