Spaces:
Runtime error
Runtime error
Commit
·
7a516a1
1
Parent(s):
9597933
Changed.
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
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 |
+
import graphics as gr
|
5 |
|
6 |
# Create a text input
|
7 |
text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
|