Spaces:
Sleeping
Sleeping
fixed typo
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
99 |
</h1>
|
100 |
<img src='data:image/jpg;base64,{}' width=200px>
|
101 |
<h3>
|
102 |
-
Con este espacio podr谩s hablar en formato conversaci贸n con
|
103 |
</h3>
|
104 |
</center>
|
105 |
""".format(encoded_image))
|
|
|
99 |
</h1>
|
100 |
<img src='data:image/jpg;base64,{}' width=200px>
|
101 |
<h3>
|
102 |
+
Con este espacio podr谩s hablar en formato conversaci贸n con ChatGPT!
|
103 |
</h3>
|
104 |
</center>
|
105 |
""".format(encoded_image))
|