Spaces:
Runtime error
Runtime error
remove allen
Browse files- app.py +0 -2
- app_allenai.py +0 -3
app.py
CHANGED
@@ -39,8 +39,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
39 |
demo_perplexity.render()
|
40 |
with gr.Tab("Experimental"):
|
41 |
demo_experimental.render()
|
42 |
-
with gr.Tab("AllenAI"):
|
43 |
-
demo_allenai.render()
|
44 |
with gr.Tab("Meta Llama"):
|
45 |
demo_sambanova.render()
|
46 |
gr.Markdown(
|
|
|
39 |
demo_perplexity.render()
|
40 |
with gr.Tab("Experimental"):
|
41 |
demo_experimental.render()
|
|
|
|
|
42 |
with gr.Tab("Meta Llama"):
|
43 |
demo_sambanova.render()
|
44 |
gr.Markdown(
|
app_allenai.py
CHANGED
@@ -76,7 +76,4 @@ with gr.Blocks() as interface:
|
|
76 |
outputs=client,
|
77 |
)
|
78 |
|
79 |
-
interface.launch(show_error=True)
|
80 |
-
|
81 |
-
|
82 |
|
|
|
76 |
outputs=client,
|
77 |
)
|
78 |
|
|
|
|
|
|
|
79 |
|