update
Browse files- {code β CODE}/PPLUIE/__init__.py +0 -0
- CODE/PPLUIE/__pycache__/__init__.cpython-312.pyc +0 -0
- CODE/PPLUIE/__pycache__/config.cpython-312.pyc +0 -0
- CODE/PPLUIE/__pycache__/ppluie.cpython-312.pyc +0 -0
- CODE/PPLUIE/__pycache__/templates.cpython-312.pyc +0 -0
- {code β CODE}/PPLUIE/config.py +0 -0
- {code β CODE}/PPLUIE/ppluie.py +0 -0
- {code β CODE}/PPLUIE/templates.py +0 -0
- {code β CODE}/example.py +0 -0
- {code β CODE}/licence.txt +0 -0
- {code β CODE}/requirements.txt +0 -0
- {code β CODE}/setup.py +0 -0
- app.py +1 -1
{code β CODE}/PPLUIE/__init__.py
RENAMED
|
File without changes
|
CODE/PPLUIE/__pycache__/__init__.cpython-312.pyc
ADDED
|
Binary file (344 Bytes). View file
|
|
|
CODE/PPLUIE/__pycache__/config.cpython-312.pyc
ADDED
|
Binary file (2.02 kB). View file
|
|
|
CODE/PPLUIE/__pycache__/ppluie.cpython-312.pyc
ADDED
|
Binary file (8.36 kB). View file
|
|
|
CODE/PPLUIE/__pycache__/templates.cpython-312.pyc
ADDED
|
Binary file (16 kB). View file
|
|
|
{code β CODE}/PPLUIE/config.py
RENAMED
|
File without changes
|
{code β CODE}/PPLUIE/ppluie.py
RENAMED
|
File without changes
|
{code β CODE}/PPLUIE/templates.py
RENAMED
|
File without changes
|
{code β CODE}/example.py
RENAMED
|
File without changes
|
{code β CODE}/licence.txt
RENAMED
|
File without changes
|
{code β CODE}/requirements.txt
RENAMED
|
File without changes
|
{code β CODE}/setup.py
RENAMED
|
File without changes
|
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from code.PPLUIE.config import model_dict
|
| 3 |
|
| 4 |
def show_available_llms():
|
| 5 |
chaine = ""
|
|
|
|
| 1 |
+
from CODE.PPLUIE.config import model_dict
|
| 2 |
import gradio as gr
|
|
|
|
| 3 |
|
| 4 |
def show_available_llms():
|
| 5 |
chaine = ""
|