WarTitan2077 commited on
Commit
745d234
·
verified ·
1 Parent(s): 2fcf7ba

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
31
  gr.Textbox(label="Input 3")
32
  ],
33
  outputs=gr.JSON(label="Predictions"),
34
- api_name="/predict" # ✅ This is REQUIRED for Unity access!
35
  )
36
 
37
  if __name__ == "__main__":
 
31
  gr.Textbox(label="Input 3")
32
  ],
33
  outputs=gr.JSON(label="Predictions"),
34
+ api_name="/predict"
35
  )
36
 
37
  if __name__ == "__main__":