Spaces:
Runtime error
Runtime error
rename file and folder
Browse files- gradio_demo.py β app.py +2 -2
- {app β base}/.ipynb_checkpoints/examples-checkpoint.csv +0 -0
- {app β base}/.ipynb_checkpoints/examples-checkpoint.py +0 -0
- {app β base}/.ipynb_checkpoints/legal_document_utils-checkpoint.py +0 -0
- {app β base}/.ipynb_checkpoints/qdrant_cohere_utils-checkpoint.py +0 -0
- {app β base}/__pycache__/examples.cpython-39.pyc +0 -0
- {app β base}/__pycache__/legal_document_utils.cpython-39.pyc +0 -0
- {app β base}/__pycache__/qdrant_cohere_utils.cpython-39.pyc +0 -0
- {app β base}/examples.csv +0 -0
- {app β base}/examples.py +0 -0
- {app β base}/legal_document_utils.py +0 -0
- {app β base}/qdrant_cohere_utils.py +0 -0
gradio_demo.py β app.py
RENAMED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import random
|
3 |
import time
|
4 |
-
from
|
5 |
-
from
|
6 |
from app.examples import (
|
7 |
GPL_LICENSE_DOC,
|
8 |
GPL_LICENSE_QUESTION,
|
|
|
1 |
import gradio as gr
|
2 |
import random
|
3 |
import time
|
4 |
+
from base.legal_document_utils import summarize, question_answer, load_gpl_license, load_pokemon_license
|
5 |
+
from base.qdrant_cohere_utils import cross_lingual_document_search, translate_output
|
6 |
from app.examples import (
|
7 |
GPL_LICENSE_DOC,
|
8 |
GPL_LICENSE_QUESTION,
|
{app β base}/.ipynb_checkpoints/examples-checkpoint.csv
RENAMED
File without changes
|
{app β base}/.ipynb_checkpoints/examples-checkpoint.py
RENAMED
File without changes
|
{app β base}/.ipynb_checkpoints/legal_document_utils-checkpoint.py
RENAMED
File without changes
|
{app β base}/.ipynb_checkpoints/qdrant_cohere_utils-checkpoint.py
RENAMED
File without changes
|
{app β base}/__pycache__/examples.cpython-39.pyc
RENAMED
File without changes
|
{app β base}/__pycache__/legal_document_utils.cpython-39.pyc
RENAMED
File without changes
|
{app β base}/__pycache__/qdrant_cohere_utils.cpython-39.pyc
RENAMED
File without changes
|
{app β base}/examples.csv
RENAMED
File without changes
|
{app β base}/examples.py
RENAMED
File without changes
|
{app β base}/legal_document_utils.py
RENAMED
File without changes
|
{app β base}/qdrant_cohere_utils.py
RENAMED
File without changes
|