Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -345,10 +345,10 @@ with gr.Blocks() as iface:
|
|
345 |
examples=ui_examples,
|
346 |
cache_examples = False,
|
347 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
348 |
-
)
|
349 |
with gr.Row():
|
350 |
with gr.Column():
|
351 |
gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
|
352 |
-
|
353 |
iface.launch(auth=('admin','cimsai'))
|
354 |
#iface.launch()
|
|
|
345 |
examples=ui_examples,
|
346 |
cache_examples = False,
|
347 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
348 |
+
)
|
349 |
with gr.Row():
|
350 |
with gr.Column():
|
351 |
gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
|
352 |
+
"""
|
353 |
iface.launch(auth=('admin','cimsai'))
|
354 |
#iface.launch()
|