Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("huggingface/huggingface-course/codeparrot-ds", title=
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/huggingface-course/codeparrot-ds", title=None, inputs=gr.inputs.Textbox(label="Input", default="plt.imshow(")).launch()
|