Spaces:
Runtime error
Runtime error
Commit
·
9597933
1
Parent(s):
04a1525
Changed.
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
|
3 |
-
import gradio
|
4 |
|
5 |
# Create a text input
|
6 |
text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
|
|
|
1 |
|
2 |
|
3 |
+
import gradio
|
4 |
|
5 |
# Create a text input
|
6 |
text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
|