Jezia commited on
Commit
c4556a0
·
1 Parent(s): 39f1739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from gradio import mix
3
  import torch
4
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
 
5
 
6
  title = "Miniature"
7
  description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
 
2
  from gradio import mix
3
  import torch
4
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
5
+ from huggingface_hub import from_pretrained_keras
6
 
7
  title = "Miniature"
8
  description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."