Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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()
|
|
|
|
|
|
|
|
|
|