DocUA commited on
Commit
98c087e
·
1 Parent(s): 9c5a6d0

demo.launch

Browse files
Files changed (2) hide show
  1. app.py +4 -3
  2. requirements.txt +2 -1
app.py CHANGED
@@ -210,10 +210,11 @@ def main():
210
  4. 'Save labeled data' збереже 'messages_with_labels.csv'.
211
  """)
212
 
213
- demo = gr.Blocks(title="SDC Multi Classifier")
 
 
 
214
 
215
- # demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
216
- demo.launch()
217
 
218
  if __name__ == "__main__":
219
  main()
 
210
  4. 'Save labeled data' збереже 'messages_with_labels.csv'.
211
  """)
212
 
213
+ # demo = gr.Blocks(title="SDC Multi Classifier")
214
+
215
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
216
+ # demo.launch()
217
 
 
 
218
 
219
  if __name__ == "__main__":
220
  main()
requirements.txt CHANGED
@@ -2,4 +2,5 @@ gradio
2
  openai
3
  pandas
4
  numpy
5
- python-dotenv
 
 
2
  openai
3
  pandas
4
  numpy
5
+ python-dotenv
6
+ scikit-learn