Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def invoke(prompt):
|
|
26 |
if not prompt:
|
27 |
raise gr.Error("Prompt is required.")
|
28 |
|
29 |
-
raise gr.Error("Please clone and bring your own credentials.")
|
30 |
|
31 |
completion = ""
|
32 |
|
|
|
26 |
if not prompt:
|
27 |
raise gr.Error("Prompt is required.")
|
28 |
|
29 |
+
#raise gr.Error("Please clone and bring your own credentials.")
|
30 |
|
31 |
completion = ""
|
32 |
|