Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#level 1 text generator
|
2 |
import gradio as gr
|
3 |
|
4 |
-
gr.Interface.load("huggingface/
|
5 |
|
6 |
|
7 |
#import gradio as gr
|
|
|
1 |
#level 1 text generator
|
2 |
import gradio as gr
|
3 |
|
4 |
+
gr.Interface.load("huggingface/bigscience/bloom-560m").launch()
|
5 |
|
6 |
|
7 |
#import gradio as gr
|