Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ class Solution(object):
|
|
38 |
stack.append(char)
|
39 |
return not stack""")
|
40 |
|
41 |
-
image_code = gr.Image(value = "PinoCorgi/CodeExplainerPython/code.jpg")
|
42 |
-
image_output = gr.Image(value = "PinoCorgi/CodeExplainerPython/output.jpg")
|
43 |
|
44 |
demo = gr.Interface(generate_text, textbox, textbox)
|
45 |
|
|
|
38 |
stack.append(char)
|
39 |
return not stack""")
|
40 |
|
41 |
+
image_code = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/code.jpg")
|
42 |
+
image_output = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/output.jpg")
|
43 |
|
44 |
demo = gr.Interface(generate_text, textbox, textbox)
|
45 |
|