Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,10 @@ class Solution(object):
|
|
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 |
|
46 |
if __name__ == "__main__":
|
47 |
demo.launch()
|
|
|
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 |
+
|
46 |
+
image_code
|
47 |
+
image_output
|
48 |
|
49 |
if __name__ == "__main__":
|
50 |
demo.launch()
|