Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
4b925d3
1
Parent(s):
072455a
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
|
4 |
+
gr.Interface.load("huggingface/allenai/macaw-large", title="macaw-large",allow_flagging=False, examples=examples).launch()
|