Sadjad Alikhani commited on
Commit
027a5ef
·
verified ·
1 Parent(s): 11dd9d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -314,9 +314,4 @@ with gr.Blocks(css="""
314
 
315
  # Launch the app
316
  if __name__ == "__main__":
317
- demo.launch()
318
-
319
-
320
- don't start over everything when the user changes the dropdown value. start after the inference part:
321
- print(f"Output Embeddings Shape: {output_emb.shape}")
322
- print(f"Output Raw Shape: {output_raw.shape}")
 
314
 
315
  # Launch the app
316
  if __name__ == "__main__":
317
+ demo.launch()