Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ Not interested in describing your needs to ChatGPT? Use [ChatGPT Shortcut](https
|
|
102 |
</div>
|
103 |
"""
|
104 |
|
105 |
-
with gr.blocks() as demo:
|
106 |
gr.html(title)
|
107 |
chatbot = []
|
108 |
context = [initial_prompt]
|
@@ -122,4 +122,4 @@ with gr.blocks() as demo:
|
|
122 |
css=css_file,
|
123 |
)
|
124 |
|
125 |
-
|
|
|
102 |
</div>
|
103 |
"""
|
104 |
|
105 |
+
#with gr.blocks() as demo:
|
106 |
gr.html(title)
|
107 |
chatbot = []
|
108 |
context = [initial_prompt]
|
|
|
122 |
css=css_file,
|
123 |
)
|
124 |
|
125 |
+
gradio_ui.launch()
|