Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def invoke(prompt):
|
|
35 |
if not prompt:
|
36 |
raise gr.Error("Prompt is required.")
|
37 |
|
38 |
-
|
39 |
|
40 |
completion = ""
|
41 |
|
|
|
35 |
if not prompt:
|
36 |
raise gr.Error("Prompt is required.")
|
37 |
|
38 |
+
raise gr.Error("Please clone and bring your own credentials.")
|
39 |
|
40 |
completion = ""
|
41 |
|