codemogul commited on
Commit
aeae2f9
·
1 Parent(s): 2dadf56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,