bstraehle commited on
Commit
2b88ad0
·
verified ·
1 Parent(s): aa59bc1

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 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
 
 
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