Spaces:
Sleeping
Sleeping
Ahsen Khaliq
commited on
Commit
·
9899c58
1
Parent(s):
4b925d3
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
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()
|
|
|
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, placeholder="$answer$ ; $mcoptions$ ; $question$ = ...").launch()
|