acecalisto3 commited on
Commit
7600d4c
1 Parent(s): 95ec385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -59,7 +59,6 @@ class App(gr.Blocks): # Corrected class inheritance
59
  # ... Other component definitions
60
  }
61
  self.nlp_model_names = [
62
- "google/flan-t5-small",
63
  "facebook/bart-large-cnn", # Summarization
64
  "gpt2", # Text Generation
65
  "CodeGenForCausalLM" # Sentiment Analysis
 
59
  # ... Other component definitions
60
  }
61
  self.nlp_model_names = [
 
62
  "facebook/bart-large-cnn", # Summarization
63
  "gpt2", # Text Generation
64
  "CodeGenForCausalLM" # Sentiment Analysis