Luis Oala commited on
Commit
d847df1
·
1 Parent(s): 531771c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
 
 
1
  import gradio as gr
2
  from gradio import mix
3
- from transformers import pipeline, set_seed
4
 
5
  #title = "trustworthy artificial intelligence workshop - content generator"
6
  description = "based on the gpt2 demo interface by <a href='https://huggingface.co/spaces/docs-demos/gpt2/tree/main'>ahsen khaliq</a>"
 
1
+ #TODO: set seed and argument for it
2
+ #TODO: use transformer library directly
3
  import gradio as gr
4
  from gradio import mix
5
+ #from transformers import pipeline, set_seed
6
 
7
  #title = "trustworthy artificial intelligence workshop - content generator"
8
  description = "based on the gpt2 demo interface by <a href='https://huggingface.co/spaces/docs-demos/gpt2/tree/main'>ahsen khaliq</a>"