Spaces:
Runtime error
Runtime error
Commit
•
4a0acf5
1
Parent(s):
4b2cce8
Update app.py (#1)
Browse files- Update app.py (5c9ce8733b0335fe43f4e53b225c81bb80845086)
Co-authored-by: Nicy Scaria <nicyscaria@users.noreply.huggingface.co>
app.py
CHANGED
@@ -38,4 +38,6 @@ with gr.Blocks() as demo:
|
|
38 |
|
39 |
sim_button.click(text_sim, inputs=[textbox1, textbox2], outputs=label)
|
40 |
|
41 |
-
demo.launch()
|
|
|
|
|
|
38 |
|
39 |
sim_button.click(text_sim, inputs=[textbox1, textbox2], outputs=label)
|
40 |
|
41 |
+
demo.launch()
|
42 |
+
|
43 |
+
#Nicy is awesome
|