merve HF Staff commited on
Commit
6371613
Β·
1 Parent(s): 82a5fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,6 +71,7 @@ gr.Interface(
71
  api_key=os.getenv("TEAM_API_KEY"),
72
  dataset_name="alpaca-flags"
73
  ),
74
- outputs=["text", "text", "text"]
 
75
  flagging_options=["Doğru", "Yanlış", "Belirsiz"]
76
  ).launch()
 
71
  api_key=os.getenv("TEAM_API_KEY"),
72
  dataset_name="alpaca-flags"
73
  ),
74
+ inputs=["text"],
75
+ outputs=["text", "text", "text"],
76
  flagging_options=["Doğru", "Yanlış", "Belirsiz"]
77
  ).launch()