yuenkayi commited on
Commit
e853c41
1 Parent(s): 9c1254d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", description="Ada meet a smart dog called Max ,they have a time travel.").launch()
4
 
5
  model1=gr.Interface.load("huggingface/gpt2")
6
 
7
- examples = ["Max and Ada have time travel withe each other"]
 
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", description="Ada meet a smart dog called Max ,they went to a mystery world").launch()
4
 
5
  model1=gr.Interface.load("huggingface/gpt2")
6
 
7
+ examples = ["Max and Ada have a adventure with each other"]
8
+
9
+ gr.Interface.load("huggingface/gpt2").launch()