Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import re
|
|
5 |
import unicodedata
|
6 |
|
7 |
# Set up Together.AI API Key (Replace with your actual key)
|
8 |
-
together.api_key = "
|
9 |
|
10 |
def clean_text(text):
|
11 |
"""Cleans extracted text for better processing by the model."""
|
|
|
5 |
import unicodedata
|
6 |
|
7 |
# Set up Together.AI API Key (Replace with your actual key)
|
8 |
+
together.api_key = "8052996318422f1b9470840fc6ebc94e80676391f07e71cc15951b08bb430240"
|
9 |
|
10 |
def clean_text(text):
|
11 |
"""Cleans extracted text for better processing by the model."""
|