Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -390,7 +390,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
390 |
|
391 |
clear.click(lambda: None, None, chatbot)
|
392 |
|
393 |
-
|
394 |
# Log system information
|
395 |
logger.info("Starting Easy RAG system...")
|
396 |
logger.info(f"PyTorch version: {torch.__version__}")
|
|
|
390 |
|
391 |
clear.click(lambda: None, None, chatbot)
|
392 |
|
393 |
+
if __name__ == "__main__":
|
394 |
# Log system information
|
395 |
logger.info("Starting Easy RAG system...")
|
396 |
logger.info(f"PyTorch version: {torch.__version__}")
|