Skip to content

Commit 4626931

Browse files
committed
Formatting
1 parent 107dddb commit 4626931

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llm-complete-guide/deployment_hf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import logging
22
import os
3+
import time
34

45
import gradio as gr
56
from constants import SECRET_NAME
7+
from langfuse import Langfuse
68
from utils.llm_utils import process_input_with_retrieval
79
from zenml.client import Client
8-
from datetime import datetime, timedelta, UTC
9-
from langfuse import Langfuse
10-
import time
11-
from rich import print
1210

1311
langfuse = Langfuse()
1412

0 commit comments

Comments
 (0)