bstraehle commited on
Commit
4526113
·
verified ·
1 Parent(s): 78f7413

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