Justin-Choo commited on
Commit
2a293f7
1 Parent(s): df15986

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +0 -4
I-am-Justin.py CHANGED
@@ -116,10 +116,6 @@ models2=[
116
  gr.Interface.load(f"models/{models[52]}",live=True,preprocess=False),
117
  ]
118
 
119
-
120
- def text_it1(inputs,text_gen1=text_gen1):
121
- go_t1=text_gen1(inputs)
122
- return(go_t1)
123
 
124
  def set_model(current_model):
125
  current_model = models[current_model]
 
116
  gr.Interface.load(f"models/{models[52]}",live=True,preprocess=False),
117
  ]
118
 
 
 
 
 
119
 
120
  def set_model(current_model):
121
  current_model = models[current_model]