Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from helper import
|
3 |
from guardrail import is_safe
|
4 |
from together import Together
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
+
from helper import get_together_api_key
|
3 |
from guardrail import is_safe
|
4 |
from together import Together
|
5 |
|