ccm commited on
Commit
41b63d8
·
verified ·
1 Parent(s): 869019c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -7,8 +7,8 @@ import pandas # to work with pandas
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
  import spaces # for GPU
10
- import threading
11
- import time
12
 
13
  # Constants
14
  GREETING = "Hi there! I'm an AI agent that uses a [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about research by the Design Research Collective. And the best part is that I always cite my ssources! What can I tell you about today?"
 
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
  import spaces # for GPU
10
+ import threading # for threading
11
+ import time # for better HCI
12
 
13
  # Constants
14
  GREETING = "Hi there! I'm an AI agent that uses a [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about research by the Design Research Collective. And the best part is that I always cite my ssources! What can I tell you about today?"