eslamreda commited on
Commit
3f9a550
·
verified ·
1 Parent(s): 19ae1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
2
 
3
- gr.load("models/distilbert/distilgpt2").launch()
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ gr.load("models/distilbert/distilgpt2").launch()
4
+
5
+ from datasets import load_dataset
6
+
7
+ ds = load_dataset("fka/awesome-chatgpt-prompts")