pratikshahp commited on
Commit
3ffccb1
·
verified ·
1 Parent(s): 2eaf991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from helper import load_world, get_together_api_key
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