nikhedward commited on
Commit
5e96248
1 Parent(s): 45359ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,11 +32,11 @@ Although his hands appear tied by superiors in New York, and he therefore does n
32
  """
33
  question3 = "Who is Bob Web?"
34
 
35
- key = "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"
36
  demo= gr.Interface.load(
37
  "huggingface/" + model_name,
38
  theme="dark-peach",
39
- api_key = key,
40
  examples = [[context1, question1],[context2, question2], [context3, question3]],
41
  css=".footer{display:none !important}",
42
  #inputs=[gr.Textbox(lines=7, default=context1, label="Context"), gr.inputs.Textbox(lines=2, default=question1, label="Question")],
 
32
  """
33
  question3 = "Who is Bob Web?"
34
 
35
+ #key = "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"
36
  demo= gr.Interface.load(
37
  "huggingface/" + model_name,
38
  theme="dark-peach",
39
+ #api_key = key,
40
  examples = [[context1, question1],[context2, question2], [context3, question3]],
41
  css=".footer{display:none !important}",
42
  #inputs=[gr.Textbox(lines=7, default=context1, label="Context"), gr.inputs.Textbox(lines=2, default=question1, label="Question")],