Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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
|
4 |
|
5 |
model1=gr.Interface.load("huggingface/gpt2")
|
6 |
|
7 |
-
examples = ["Max and Ada have
|
|
|
|
|
|
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()
|