Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,6 +24,10 @@ import re
|
|
| 24 |
import pandas as pd
|
| 25 |
|
| 26 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
model_name = "meta-llama/Meta-Llama-3-8B-Instruct"
|
| 29 |
|
|
|
|
| 24 |
import pandas as pd
|
| 25 |
|
| 26 |
import gradio as gr
|
| 27 |
+
import logging
|
| 28 |
+
|
| 29 |
+
#Enable logging to see what's happening behind the scenes
|
| 30 |
+
logging.basicConfig(level=logging.INFO)
|
| 31 |
|
| 32 |
model_name = "meta-llama/Meta-Llama-3-8B-Instruct"
|
| 33 |
|