Ravi21 commited on
Commit
bc14224
·
1 Parent(s): d95bc39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ label=gr.Label(num_top_classes=3)
33
  # Create the Gradio interface
34
  iface = gr.Interface(
35
  fn=predict,
36
- inputs=text # Use the correct class with type="json"
37
  outputs=label,
38
  live=True,
39
  examples=[
 
33
  # Create the Gradio interface
34
  iface = gr.Interface(
35
  fn=predict,
36
+ inputs=text , # Use the correct class with type="json"
37
  outputs=label,
38
  live=True,
39
  examples=[