Spaces:
Runtime error
Runtime error
Commit
·
e5c27da
1
Parent(s):
d911f7b
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/bigscience/T0pp",
|
|
|
4 |
)
|
5 |
|
6 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/bigscience/T0pp",
|
4 |
+
examples=[["fsdf"]]
|
5 |
)
|
6 |
|
7 |
iface.launch()
|