Spaces:
Sleeping
Sleeping
Rename app (8).py to app.py
Browse files- app (8).py → app.py +1 -1
app (8).py → app.py
RENAMED
@@ -58,7 +58,7 @@ def respond(
|
|
58 |
"""
|
59 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
60 |
"""
|
61 |
-
gemma_v14 = os.getenv('
|
62 |
|
63 |
|
64 |
# Mapping friendly names to actual environment variable values
|
|
|
58 |
"""
|
59 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
60 |
"""
|
61 |
+
gemma_v14 = os.getenv('KHEOPS_E3_V14')
|
62 |
|
63 |
|
64 |
# Mapping friendly names to actual environment variable values
|