Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ textbox2 = gr.Textbox()
|
|
43 |
image_code = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/code.jpg")
|
44 |
image_output = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/output.jpg")
|
45 |
|
46 |
-
demo = gr.Interface(fn = generate_text, inputs = textbox1, outputs = textbox2
|
47 |
|
48 |
image_code
|
49 |
image_output
|
|
|
43 |
image_code = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/code.jpg")
|
44 |
image_output = gr.Image(value = "https://huggingface.co/spaces/PinoCorgi/CodeExplainerPython/blob/main/output.jpg")
|
45 |
|
46 |
+
demo = gr.Interface(fn = generate_text, inputs = textbox1, outputs = textbox2)
|
47 |
|
48 |
image_code
|
49 |
image_output
|