Anish Asokan commited on
Commit
896f744
1 Parent(s): 3d5de59
app.py CHANGED
@@ -13,7 +13,9 @@ iface.launch()
13
 
14
  # active code
15
 
 
16
  # reference: https://medium.com/@rowel/gradio-hugging-face-for-rapid-deep-learning-app-development-709a78e7ccc0
 
17
 
18
  pipe = pipeline(task="conversational",
19
  # model for 22k-category classification
@@ -25,5 +27,6 @@ gr.Interface.from_pipeline(pipe,
25
  examples = ['കേരളത്തിലെ ജില്ലകൾ ഏതെല്ലാം ?',
26
  'കേരളത്തിന്റെ തലസ്ഥാനം എവിടെയാണ് ?',],
27
  ).launch(inbrowser=True)
 
28
 
29
- #gr.load("abhinand/malayalam-llama-7b-instruct-v0.1").launch()
 
13
 
14
  # active code
15
 
16
+ """
17
  # reference: https://medium.com/@rowel/gradio-hugging-face-for-rapid-deep-learning-app-development-709a78e7ccc0
18
+ # https://huggingface.co/spaces/rowel/22k-image-classification
19
 
20
  pipe = pipeline(task="conversational",
21
  # model for 22k-category classification
 
27
  examples = ['കേരളത്തിലെ ജില്ലകൾ ഏതെല്ലാം ?',
28
  'കേരളത്തിന്റെ തലസ്ഥാനം എവിടെയാണ് ?',],
29
  ).launch(inbrowser=True)
30
+ """
31
 
32
+ gr.load("abhinand/malayalam-llama-7b-instruct-v0.1").launch()
requirements.txt → bad.requirements.txt RENAMED
File without changes