bstraehle commited on
Commit
88f9fbb
·
verified ·
1 Parent(s): 3c5b4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def invoke(prompt):
35
  if (prompt == ""):
36
  raise gr.Error("Prompt is required.")
37
 
38
- #raise gr.Error("Clone and bring your own credentials.")
39
 
40
  completion = ""
41
 
 
35
  if (prompt == ""):
36
  raise gr.Error("Prompt is required.")
37
 
38
+ raise gr.Error("Clone and bring your own credentials.")
39
 
40
  completion = ""
41