akhaliq HF staff commited on
Commit
a014ea3
·
1 Parent(s): cba043e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def inference(inputtext, model):
24
 
25
  gr.Interface(
26
  inference,
27
- [gr.inputs.Textbox(label="Context",lines=10),gr.inputs.Dropdown(choices=["openai-gpt","gpt1-modest-proposal"], type="value", default="openai-gpt", label="model")],
28
  [gr.outputs.Textbox(label="Output")],
29
  examples=examples,
30
  article=article,
 
24
 
25
  gr.Interface(
26
  inference,
27
+ [gr.inputs.Textbox(label="Context",lines=10),gr.inputs.Dropdown(choices=["openai-gpt"], type="value", default="openai-gpt", label="model")],
28
  [gr.outputs.Textbox(label="Output")],
29
  examples=examples,
30
  article=article,