bstraehle commited on
Commit
a337d72
1 Parent(s): df78852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def invoke(prompt):
26
  if (prompt == ""):
27
  raise gr.Error("Prompt is required.")
28
 
29
- #raise gr.Error("Clone and bring your own credentials.")
30
 
31
  completion = ""
32
 
 
26
  if (prompt == ""):
27
  raise gr.Error("Prompt is required.")
28
 
29
+ raise gr.Error("Clone and bring your own credentials.")
30
 
31
  completion = ""
32