TeamGreenEdifai commited on
Commit
5093fd5
·
verified ·
1 Parent(s): e3c93ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
60
  #)
61
 
62
  demo = gr.Interface(
63
- respond
64
  inputs=["Movie Review Text"],
65
  additional_inputs=[
66
  gr.Textbox(value="You are a movie review classifier. You respond to given movie reviews with a predicted star rating 0-5 for that review with no explanation.", label="System message"),
 
60
  #)
61
 
62
  demo = gr.Interface(
63
+ respond,
64
  inputs=["Movie Review Text"],
65
  additional_inputs=[
66
  gr.Textbox(value="You are a movie review classifier. You respond to given movie reviews with a predicted star rating 0-5 for that review with no explanation.", label="System message"),