Spaces:
Running
Running
Commit
·
61219ea
1
Parent(s):
254912d
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import re
|
|
4 |
import numpy as np
|
5 |
import tensorflow_hub as hub
|
6 |
import openai
|
7 |
-
|
8 |
import os
|
9 |
from sklearn.neighbors import NearestNeighbors
|
10 |
|
|
|
4 |
import numpy as np
|
5 |
import tensorflow_hub as hub
|
6 |
import openai
|
7 |
+
import gradio as gr
|
8 |
import os
|
9 |
from sklearn.neighbors import NearestNeighbors
|
10 |
|