Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ examples = [
|
|
6 |
["One day, "]
|
7 |
]
|
8 |
|
9 |
-
gr.load("huggingface/bigscience/
|
10 |
|
11 |
|
12 |
#import gradio as gr
|
|
|
6 |
["One day, "]
|
7 |
]
|
8 |
|
9 |
+
gr.load("huggingface/bigscience/bloomz-560m", title='My Second Text Generator', examples=examples).launch()
|
10 |
|
11 |
|
12 |
#import gradio as gr
|