Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,6 @@ def classify_text(text):
|
|
| 98 |
else:
|
| 99 |
result_message = (
|
| 100 |
f"**The text is** <span class='highlight-ai'>**{ai_percentage:.2f}%** likely <b>AI generated</b>.</span>\n\n"
|
| 101 |
-
f"**Identified LLM: {ai_argmax_model}**"
|
| 102 |
)
|
| 103 |
|
| 104 |
fig, ax = plt.subplots(figsize=(8, 4)) # Adjust figure size for better layout
|
|
|
|
| 98 |
else:
|
| 99 |
result_message = (
|
| 100 |
f"**The text is** <span class='highlight-ai'>**{ai_percentage:.2f}%** likely <b>AI generated</b>.</span>\n\n"
|
|
|
|
| 101 |
)
|
| 102 |
|
| 103 |
fig, ax = plt.subplots(figsize=(8, 4)) # Adjust figure size for better layout
|