Update app.py
Browse files
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"),
|