alexkueck commited on
Commit
c7110f3
·
1 Parent(s): a748911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -210,6 +210,7 @@ print("done")
210
 
211
  ##############################################
212
  #Testen des fine-tuned Modells
 
213
  print("Predict")
214
  login(token=os.environ["HF_ACCESS_TOKEN"]) #read access token!!!!!!!!!!
215
  model_name = "alexkueck/test-tis-1"
@@ -221,7 +222,7 @@ antwort = predict(model_neu, tokenizer_neu, device_neu, "Was ist Tis?", [["Tis",
221
  max_context_length_tokens=2048,)
222
  print(antwort)
223
  print("done Predict")
224
-
225
  #######################################################################
226
  #Darstellung mit Gradio
227
  '''
 
210
 
211
  ##############################################
212
  #Testen des fine-tuned Modells
213
+ '''
214
  print("Predict")
215
  login(token=os.environ["HF_ACCESS_TOKEN"]) #read access token!!!!!!!!!!
216
  model_name = "alexkueck/test-tis-1"
 
222
  max_context_length_tokens=2048,)
223
  print(antwort)
224
  print("done Predict")
225
+ '''
226
  #######################################################################
227
  #Darstellung mit Gradio
228
  '''