dwb2023 commited on
Commit
e49cffc
1 Parent(s): a9585b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_model_summary(model_name):
22
  # Create the Gradio interface
23
  interface = gr.Interface(
24
  fn=get_model_summary,
25
- inputs = gr.components.Textbox(lines=1, placeholder="Enter model name...", label="Model Name"),
26
  outputs="text",
27
  examples=[
28
  ["google/gemma-7b"],
 
22
  # Create the Gradio interface
23
  interface = gr.Interface(
24
  fn=get_model_summary,
25
+ inputs="text",
26
  outputs="text",
27
  examples=[
28
  ["google/gemma-7b"],