Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,8 @@ height: 70vh !important;
|
|
123 |
|
124 |
"""
|
125 |
|
126 |
-
cr_api = create_api(model,run=False,api_type="text-classification")
|
127 |
-
cr_api.run()
|
128 |
|
129 |
demo = gr.Interface(
|
130 |
chat,
|
|
|
123 |
|
124 |
"""
|
125 |
|
126 |
+
# cr_api = create_api(model,run=False,api_type="text-classification")
|
127 |
+
# cr_api.run()
|
128 |
|
129 |
demo = gr.Interface(
|
130 |
chat,
|