dpassov commited on
Commit
656a152
β€’
1 Parent(s): d49b8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -1,16 +1,3 @@
1
- # import gradio as gr
2
- # print("hello")
3
- # gr.load("NousResearch/Yarn-Mistral-7b-128k",src="models").launch()
4
- # from transformers import pipeline
5
-
6
- # classifier = pipeline("sentiment-analysis")
7
- # def get_class(input):
8
- # return classifier("I've been waiting for a HuggingFace course my whole life.")
9
-
10
- # iface = gr.Interface(fn=get_class, inputs="text", outputs=['text'], title='hello', description='play around')
11
- # iface.launch()
12
-
13
-
14
  # Use a pipeline as a high-level helper
15
  from transformers import pipeline
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Use a pipeline as a high-level helper
2
  from transformers import pipeline
3