bstraehle commited on
Commit
fc5255d
·
verified ·
1 Parent(s): 201c06f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
 
@@ -54,9 +54,9 @@ def invoke(prompt):
54
 
55
  raise gr.Error(e)
56
 
57
- print("===")
58
- print(completion)
59
- print("===")
60
 
61
  return completion
62
 
 
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
 
 
54
 
55
  raise gr.Error(e)
56
 
57
+ #print("###")
58
+ #print(completion)
59
+ #print("###")
60
 
61
  return completion
62